PickImageEventArgs
Class
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
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)
Specifies a RichTextImageSource for the picked image.
Invoke this method when the user has cancelled the operation.
C#
public void Cancel()