Skip to main content
A newer version of this page is available. .

SpellCheckerUnhandledExceptionEventArgs.Handled Property

Gets or sets whether the exception should be propagated upwards.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to stop the exception from being propagated; otherwise, false.

Remarks

Set the Handled to true, if the method for handling an exception is provided and further propagation is unnecessary.

See Also