Class BeforeImageDropEventArgs
Provides information about an OnImageDrop event being raised.
Inheritance
System.Object
BeforeImageDropEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeImageDropEventArgs : Object
Constructors
BeforeImageDropEventArgs()
Declaration
public BeforeImageDropEventArgs()
Properties
Cancel
Gets or sets whether the image drop action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|