Back to Devexpress

RichEditUnhandledExceptionEventArgs.Handled Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditunhandledexceptioneventargs.md

latest1.4 KB
Original Source

RichEditUnhandledExceptionEventArgs.Handled Property

Gets or sets whether the exception should be propagated upwards.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
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

RichEditUnhandledExceptionEventArgs Class

RichEditUnhandledExceptionEventArgs Members

DevExpress.XtraRichEdit Namespace