Supplies information about a Execute event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class HtmlEditorExecuteEventArgsGets the name of the command which RadzenHtmlEditor is executing.
public string CommandName { get; set; }
| Type | Description |
|---|---|
| string | Gets the name of the command which RadzenHtmlEditor is executing. |
Gets the RadzenHtmlEditor instance which raised the event.
public RadzenHtmlEditor Editor { get; set; }
| Type | Description |
|---|---|
| RadzenHtmlEditor | Gets the RadzenHtmlEditor instance which raised the event. |