Class
PickImageEventArgs

Represents the event arguments for the PickImage event.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PickImageEventArgs : EventArgs

Inheritance: objectEventArgsPickImageEventArgs

Inherited Members EventArgs.Empty

Constructors

PickImageEventArgs()

Initializes a new instance of the PickImageEventArgs class.

Declaration

cs-api-definition
public PickImageEventArgs()

Methods

Accept(RichTextImageSource)

Invoke this method when the user has picked an image.

Declaration

cs-api-definition
public void Accept(RichTextImageSource imageSource)

Parameters

imageSource

RichTextImageSource

Specifies a RichTextImageSource for the picked image.

Cancel()

Invoke this method when the user has cancelled the operation.

Declaration

cs-api-definition
public void Cancel()