Class HtmlEditorExecuteEventArgs
Supplies information about a Execute event that is being raised.
Inheritance
System.Object
HtmlEditorExecuteEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class HtmlEditorExecuteEventArgs : object
Properties
CommandName
Gets the name of the command which RadzenHtmlEditor is executing.
Declaration
public string CommandName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Editor
Gets the RadzenHtmlEditor instance which raised the event.
Declaration
public RadzenHtmlEditor Editor { get; set; }
Property Value
Type | Description |
---|---|
RadzenHtmlEditor |