RichEditUnhandledExceptionEventArgs Properties
Provides data for the RichEditControl.UnhandledException event.Name | Description |
---|---|
Exception | Gets the exception which triggers the UnhandledException event. |
Handled | Gets or sets whether the exception should be propagated upwards. |
See Also