Skip to main content

RepeatedWordFoundEventArgs.Handled Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public bool Handled { get; set; }

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