Class ActionBeginEventArgs
Provides information about an OnActionBegin event being raised.
Inheritance
System.Object
ActionBeginEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionBeginEventArgs : Object
Constructors
ActionBeginEventArgs()
Declaration
public ActionBeginEventArgs()
Properties
Cancel
Gets or sets whether the current action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ExportValue
Gets or sets the content to be exported.
Declaration
public string ExportValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the content to be exported. |
RequestType
Gets the current action or command name.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |