Class ToolbarUpdateEventArgs
Provides data for the ToolbarStatusUpdate event.
Inheritance
System.Object
ToolbarUpdateEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarUpdateEventArgs : Object
Constructors
ToolbarUpdateEventArgs()
Declaration
public ToolbarUpdateEventArgs()
Properties
Redo
Defines the redo arguments.
Declaration
public bool Redo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Undo
Defines the undo arguments.
Declaration
public bool Undo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |