Class ActionBeginEventArgs
Provides data for the OnActionBegin event.
Inheritance
System.Object
ActionBeginEventArgs
Namespace: Syncfusion.Blazor.MultiColumnComboBox
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionBeginEventArgs : Object
Constructors
ActionBeginEventArgs()
Declaration
public ActionBeginEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the current action should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EventName
Gets the name of the action event.
Declaration
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the name of the action event. |
Query
Gets or sets the query object used to specify the initial data to be retrieved from the data source.
Declaration
public Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query | A Query object that represents the query parameters for fetching data. |