Back to Devexpress

RepeatedWordFoundEventArgs.Handled Property

corelibraries-devexpress-dot-xtraspellchecker-dot-repeatedwordfoundeventargs.md

latest1.6 KB
Original Source

RepeatedWordFoundEventArgs.Handled Property

Gets or sets a value indicating whether default event actions are required.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
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

RepeatedWordFoundEventArgs Class

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace