SpellCheckerBase.BeforeCheckWord Event
Occurs before a given word is exposed to a search algorithm.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Event Data
The BeforeCheckWord event's data class is BeforeCheckWordEventArgs. 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 CancelEventArgs. |
EditControl | Gets the control being checked |
StartPosition | Gets the position of the checked word in a text. |
Word | Gets a word to be checked. |
See Also