Back to Devexpress

RichEditUnhandledExceptionEventArgs Class

officefileapi-devexpress-dot-xtrarichedit-ea9732ec.md

latest2.2 KB
Original Source

RichEditUnhandledExceptionEventArgs Class

Provides data for the RichEditControl.UnhandledException event.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class RichEditUnhandledExceptionEventArgs :
    EventArgs
vb
<ComVisible(True)>
Public Class RichEditUnhandledExceptionEventArgs
    Inherits EventArgs

RichEditUnhandledExceptionEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsRichEditControl.UnhandledException
WPF ControlsRichEditControl.UnhandledException
Office File APIRichEditDocumentServer.UnhandledException

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

RichEditUnhandledExceptionEventArgs Members

DevExpress.XtraRichEdit Namespace