Class ActionBeginEventArgs
Provides data for action begin events in the MultiColumnComboBox component.
Inherited Members
Namespace: Syncfusion.Blazor.MultiColumnComboBox
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionBeginEventArgs
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 |
|---|---|
| bool |
|
EventName
Gets the name of the action event.
Declaration
public string EventName { get; }
Property Value
| Type | Description |
|---|---|
| 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. |