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

Represents the event arguments for the PickImage event.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PickImageEventArgs : EventArgs

Inheritance: objectEventArgsPickImageEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PickImageEventArgs class.

C#
public PickImageEventArgs()

Methods

Invoke this method when the user has picked an image.

C#
public void Accept(RichTextImageSource imageSource)
Parameters:imageSourceRichTextImageSource

Specifies a RichTextImageSource for the picked image.

Invoke this method when the user has cancelled the operation.

C#
public void Cancel()