Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT