BeforeCheckWordEventArgs(Object, String, Boolean) Constructor
Initializes a new BeforeCheckWordEventArgs class instance with specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
editControl | Object | An object, representing a control being checked. |
word | String | A string representing a word to be checked. |
cancel | Boolean | true if an event should be cancelled; otherwise, false. |
See Also