Skip to main content

RichEditUnhandledExceptionEventArgs Class

Provides data for the RichEditControl.UnhandledException event.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class RichEditUnhandledExceptionEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
RichEditUnhandledExceptionEventArgs
See Also