New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Constructors

Initializes a new instance of the InsertImageErrorEventArgs class.

C#
public InsertImageErrorEventArgs(RichTextImageSource source, Exception error)
Parameters:sourceRichTextImageSource

Specifies the RichTextImageSource of the image.

errorException

Specifies the exception that caused the error in the RadRichTextEditor.

Properties

Gets the RichTextImageSource of the image.

C#
public RichTextImageSource Source { get; }