Class ActionCompleteEventArgs
Provides data for the OnActionComplete event.
Inheritance
System.Object
ActionCompleteEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionCompleteEventArgs : Object
Constructors
ActionCompleteEventArgs()
Declaration
public ActionCompleteEventArgs()
Properties
EditorMode
Defines the types of editor mode.
Declaration
public string EditorMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestType
Specifies the request type of the event.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |