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