Class ActionBeginEventArgs
Provides data for the OnActionBegin event.
Inheritance
System.Object
ActionBeginEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionBeginEventArgs : Object
Constructors
ActionBeginEventArgs()
Declaration
public ActionBeginEventArgs()
Properties
Cancel
Defines whether the current action can be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RequestType
Specifies the request type of the event.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |