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