Class ToolbarStatusEventArgs
Provides information about UpdatedToolbarStatus events being raised.
Inheritance
System.Object
ToolbarStatusEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarStatusEventArgs : Object
Constructors
ToolbarStatusEventArgs()
Declaration
public ToolbarStatusEventArgs()
Properties
Html
Gets the Html editor toolbar items status.
Declaration
public HtmlStatus Html { get; set; }
Property Value
Type | Description |
---|---|
HtmlStatus | An instance of HtmlStatus that represents the status of the HTML editor toolbar items. |
Markdown
Gets the Markdown editor toolbar items status.
Declaration
public MarkdownStatus Markdown { get; set; }
Property Value
Type | Description |
---|---|
MarkdownStatus | An instance of MarkdownStatus class representing the status of toolbar items for the Markdown editor. |
Redo
Gets the Redo tool current status.
Declaration
public bool Redo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Undo
Gets the Undo tool current status.
Declaration
public bool Undo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|