ToolbarClickEventArgs

12 Sep 20251 minute to read

Provides information about a ToolbarClick event in the RichTextEditor.

Properties

cancel boolean

Determines if the current toolbar click action can be canceled.

item ItemModel

Defines the current Toolbar Item Object being clicked.

name string

Specifies the name of the event.

originalEvent MouseEvent

Contains the original mouse event arguments related to the toolbar click.

requestType string

Specifies the request type associated with the toolbar click event.