[]
Event arguments class used by CheckControlCompletedEventHandler.
public class CheckControlCompletedEventArgs : AsyncCompletedEventArgs
| Name | Description |
|---|---|
| CheckControlCompletedEventArgs(ISpellDialog, ISpellCheckableEditor, bool) | Initializes a new instance of the CheckControlCompletedEventArgs class. |
| Name | Description |
|---|---|
| Dialog | Gets the ISpellDialog used to perform the modal spell-check. |
| Editor | Gets the ISpellCheckableEditor object that was spell-checked. |
| ErrorCount | Gets the number of spelling errors detected. |