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