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