Class ToolbarClickEventArgs
Provides data for the OnToolbarClick event.
Inheritance
System.Object
ToolbarClickEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarClickEventArgs : Object
Constructors
ToolbarClickEventArgs()
Declaration
public ToolbarClickEventArgs()
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 |
Item
Defines the current toolbar Item Object.
Declaration
public Item Item { get; set; }
Property Value
Type | Description |
---|---|
Item |
RequestType
Specifies the request type of the event.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |