alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ActionCompleteEventArgs

    Represents the information about a OnActionComplete event.

    Inheritance
    object
    ActionCompleteEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionCompleteEventArgs
    Remarks

    This class encapsulates details about an action or command that has been completed within the Rich Text Editor, including the editor mode and the type of request processed.

    Constructors

    ActionCompleteEventArgs()

    Declaration
    public ActionCompleteEventArgs()

    Properties

    EditorMode

    Gets the editor mode type, either HTML or Markdown.

    Declaration
    public string? EditorMode { get; }
    Property Value
    Type Description
    string

    A string indicating the current editor mode.

    Remarks

    The EditorMode property identifies whether the editor is operating in HTML or Markdown mode.

    RequestType

    Gets the name of the current action or command.

    Declaration
    public string? RequestType { get; set; }
    Property Value
    Type Description
    string

    A string representing the action or command name.

    Remarks

    The RequestType property indicates the specific command that was completed.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved