Class
InsertImageErrorEventArgs

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 RichTextErrorEventArgs.ErrorRichTextErrorEventArgs.HandledEventArgs.Empty

Constructors

InsertImageErrorEventArgs(RichTextImageSource, Exception)

Initializes a new instance of the InsertImageErrorEventArgs class.

Declaration

cs-api-definition
public InsertImageErrorEventArgs(RichTextImageSource source, Exception error)

Parameters

source

RichTextImageSource

Specifies the RichTextImageSource of the image.

error

Exception

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

RichTextImageSource