Class PickImageEventArgs
Represents the event arguments for the PickImage event.
Inheritance
System.Object
PickImageEventArgs
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickImageEventArgs : EventArgs
Constructors
PickImageEventArgs()
Methods
Accept(RichTextImageSource)
Invoke this method when the user has picked an image.
Declaration
public void Accept(RichTextImageSource imageSource)
Parameters
RichTextImageSource
imageSource
Specifies a RichTextImageSource for the picked image. |
Cancel()
Invoke this method when the user has cancelled the operation.
Declaration
public void Cancel()