BeforeCheckEventArgs(String, Object, Boolean) Constructor
Initializes a new BeforeCheckEventArgs class instance with specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A string, representing a text to be spell checked. |
editControl | Object | A Object, representing the control being checked. |
cancel | Boolean | A Boolean value indicating whether the event should be canceled. |
See Also