'Declaration
Public Event CheckControlCompleted As CheckControlCompletedEventHandler
public event CheckControlCompletedEventHandler CheckControlCompleted
Event Data
The event handler receives an argument of type CheckControlCompletedEventArgs containing data related to this event. The following CheckControlCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancelled | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Dialog | Gets the ISpellDialog used to perform the modal spell-check. |
Editor | Gets the ISpellCheckableEditor object that was spell-checked. |
Error | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
ErrorCount | Gets the number of spelling errors detected. |
UserState | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
See Also