Class RichTextErrorEventArgs
Represents event arguments for an error in the Rad
Inheritance
System.Object
RichTextErrorEventArgs
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextErrorEventArgs : EventArgs
Constructors
RichTextErrorEventArgs(Exception)
Initializes a new instance of the Rich
Declaration
public RichTextErrorEventArgs(Exception error)
Parameters
System. Specifies the exception that caused the error in the Rad |
Properties
Error
Gets the exception that caused the error in the Rad
Declaration
public Exception Error { get; }
Property Value
System.
|
Handled
Gets or sets a value indicating whether the event is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.
|