Class InsertImageErrorEventArgs
Represents the event arguments for the InsertImageError event.
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 InsertImageErrorEventArgs class.
Declaration
public InsertImageErrorEventArgs(RichTextImageSource source, Exception error)
Parameters
RichTextImageSource
source
Specifies the RichTextImageSource of the image. |
System.Exception
error
Specifies the exception that caused the error in the RadRichTextEditor. |
Properties
Source
Gets the RichTextImageSource of the image.
Declaration
public RichTextImageSource Source { get; }
Property Value
RichTextImageSource
|