Class ActionBeginEventArgs
Provides information about an OnActionBegin, OnActionBegin event being raised.
Inheritance
System.Object
ActionBeginEventArgs
Namespace: Syncfusion.Blazor.DropDowns
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 |
|
EventName
Gets the action event name.
Declaration
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Query
Gets or sets the query object value to begin the data.
Declaration
public Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query | A query object that specifies the initial data to be retrieved from the data source. |