Class
GridCommandEventArgs

The class describes the event arguments of the Grid events that are triggered by command buttons and CUD operations.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridCommandEventArgs : TableGridBaseCommandEventArgs

Inheritance: objectEventArgsTableGridBaseCommandEventArgsGridCommandEventArgs

Inherited Members TableGridBaseCommandEventArgs.IsCancelledTableGridBaseCommandEventArgs.ItemTableGridBaseCommandEventArgs.IsNewTableGridBaseCommandEventArgs.FieldTableGridBaseCommandEventArgs.ValueEventArgs.Empty

Constructors

GridCommandEventArgs()

Declaration

cs-api-definition
public GridCommandEventArgs()

GridCommandEventArgs(bool)

Declaration

cs-api-definition
public GridCommandEventArgs(bool isNew)

Parameters

isNew

bool

GridCommandEventArgs(object)

Declaration

cs-api-definition
public GridCommandEventArgs(object item)

Parameters

item

object

GridCommandEventArgs(object, bool)

Declaration

cs-api-definition
public GridCommandEventArgs(object item, bool isNew)

Parameters

item

object

isNew

bool

GridCommandEventArgs(object, string, object)

Declaration

cs-api-definition
public GridCommandEventArgs(object item, string field, object value)

Parameters

item

object

field

string

value

object