Class BeforeImageDropEventArgs
Provides data for the OnImageDrop event.
Inheritance
System.Object
BeforeImageDropEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeImageDropEventArgs : Object
Constructors
BeforeImageDropEventArgs()
Declaration
public BeforeImageDropEventArgs()
Properties
Cancel
Defines whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |