SpellCheckerBase.BeforeCheck Event
Occurs before the spell checker begins text processing.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Event Data
The BeforeCheck event's data class is BeforeCheckEventArgs. 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 | Provides access to the control that contains text whose spelling will be checked. |
Text | Gets the text on which a spell check will be performed. |
See Also