RichEditUnhandledExceptionEventArgs Class
Provides data for the RichEditControl.UnhandledException event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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.