RichEditUnhandledExceptionEventArgs.Handled Property
Gets or sets whether the exception should be propagated upwards.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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