Represents the event arguments for the InsertImageError event.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class InsertImageErrorEventArgs : RichTextErrorEventArgs
Inheritance: objectEventArgsRichTextErrorEventArgsInsertImageErrorEventArgs
Inherited Members
Constructors
Initializes a new instance of the InsertImageErrorEventArgs class.
C#
public InsertImageErrorEventArgs(RichTextImageSource source, Exception error)
Specifies the RichTextImageSource of the image.
errorExceptionSpecifies the exception that caused the error in the RadRichTextEditor.
Properties
Gets the RichTextImageSource of the image.
C#
public RichTextImageSource Source { get; }