Class InsertImageErrorEventArgs
Represents the event arguments for the Insert
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class InsertImageErrorEventArgs : RichTextErrorEventArgs
Constructors
InsertImageErrorEventArgs(RichTextImageSource, Exception)
Initializes a new instance of the Insert
Declaration
public InsertImageErrorEventArgs(RichTextImageSource source, Exception error)
Parameters
Rich Specifies the Rich |
System. Specifies the exception that caused the error in the Rad |
Properties
Source
Gets the Rich
Declaration
public RichTextImageSource Source { get; }