C1.Silverlight.SpellChecker Namespace > C1SpellChecker Class : CheckControlCompleted Event |
'Declaration
Public Event CheckControlCompleted As CheckControlCompletedEventHandler
public event CheckControlCompletedEventHandler CheckControlCompleted
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) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2