ClassPickImageEventArgs
Class
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
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
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()