RepeatedWordFoundEventArgs.Handled Property
Gets or sets a value indicating whether default event actions are required.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the default action should be executed, false if the event is passed to the user for handling. |
Remarks
When the RepeatedWordFoundEventArgs.Handled
is true, the spell checker performs an operation specified by the RepeatedWordFoundEventArgs.Result parameter. Otherwise, the spelling form is invoked and it is up to the user to decide what to do with a repeated word.
See Also