The event handler receives an argument of type SpellCheckingEventArgs containing data related to this event. The following SpellCheckingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets whether or not to cancel the spell checking of an object. |
Length (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs) | Gets the length of the spell checked text portion. |
Offset (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs) | Gets the offset in the Text where the spell checked text portion begins. |
SpellCheckTarget (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTargetEventArgs) | Gets the object which was spell checked. |
Text (Inherited from Infragistics.Win.UltraWinSpellChecker.SpellCheckTextEventArgs) | Gets the full text of the target being spell checked. |
This event fires any time the UltraSpellChecker attempts to spell check the text of a spell checked object.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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