SpellCheckerBase.BeforeCheckWord Event
In This Article
Occurs before a given word is exposed to a search algorithm.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public event BeforeCheckWordEventHandler BeforeCheckWord
#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 Cancel |
Edit |
Gets the control being checked |
Start |
Gets the position of the checked word in a text. |
Word | Gets a word to be checked. |
See Also