Class ToolbarClickEventArgs
Provides information about OnToolbarClick events being raised.
Inheritance
System.Object
ToolbarClickEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarClickEventArgs : Object
Constructors
ToolbarClickEventArgs()
Declaration
public ToolbarClickEventArgs()
Properties
Cancel
Gets or sets the whether the toolbar click action should be calcel or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Item
Gets the current toolbar Item data.
Declaration
public Item Item { get; set; }
Property Value
Type | Description |
---|---|
Item | An Item object representing the current toolbar item data. |
RequestType
Gets the request type of the event.
Declaration
public string RequestType { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |