Class RichTextEditorImageRequestedEventArgs
Event args for image inserted.
Inheritance
System.Object
RichTextEditorImageRequestedEventArgs
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public class RichTextEditorImageRequestedEventArgs : EventArgs
Constructors
RichTextEditorImageRequestedEventArgs()
Declaration
public RichTextEditorImageRequestedEventArgs()
Properties
IsHandled
Gets or sets a value indicating whether the image loaded from the gallery.
Declaration
public bool IsHandled { get; set; }
Property Value
Type |
---|
System.Boolean |