SpellCheckerBase.BeforeCheckWord Event
In This Article
Occurs before a given word is exposed to a search algorithm.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Event Data
The BeforeCheckWord event's handler receives an argument of the BeforeCheckWordEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Edit |
Gets the control being checked. |
Word | Gets a word to be checked. |
See Also