RichEditUnhandledExceptionEventArgs Class
Provides data for the RichEditControl.UnhandledException event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Remarks
Set the RichEditUnhandledExceptionEventArgs.Handled property to true, to stop exception propagation. Use the RichEditUnhandledExceptionEventArgs.Exception property, to get information on the exception that triggered this event.
See Also