Class GridCommandEventArgs
The class describes the event arguments of the Grid events that are triggered by command buttons and CUD operations.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridCommandEventArgs : TableGridBaseCommandEventArgs
Constructors
GridCommandEventArgs()
Declaration
public GridCommandEventArgs()
GridCommandEventArgs(Boolean)
Declaration
public GridCommandEventArgs(bool isNew)
Parameters
System.Boolean
isNew
|
GridCommandEventArgs(Object)
Declaration
public GridCommandEventArgs(object item)
Parameters
System.Object
item
|
GridCommandEventArgs(Object, Boolean)
Declaration
public GridCommandEventArgs(object item, bool isNew)
Parameters
System.Object
item
|
System.Boolean
isNew
|
GridCommandEventArgs(Object, String, Object)
Declaration
public GridCommandEventArgs(object item, string field, object value)
Parameters
System.Object
item
|
System.String
field
|
System.Object
value
|