Class ActionCompleteEventArgs
Provides information about an OnActionComplete event being raised.
Inheritance
System.Object
ActionCompleteEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionCompleteEventArgs : Object
Constructors
ActionCompleteEventArgs()
Declaration
public ActionCompleteEventArgs()
Properties
EditorMode
Gets the types of editor mode either HTML or Markdown.
Declaration
public string EditorMode { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
RequestType
Gets the current action or command name.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |