Table of Contents

Class HtmlEditorExecuteEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a Execute event that is being raised.

public class HtmlEditorExecuteEventArgs
Inheritance
HtmlEditorExecuteEventArgs
Inherited Members

Properties

CommandName

Gets the name of the command which RadzenHtmlEditor is executing.

public string CommandName { get; set; }

Property Value

string

Editor

Gets the RadzenHtmlEditor instance which raised the event.

public RadzenHtmlEditor Editor { get; set; }

Property Value

RadzenHtmlEditor