ClassTableGridBaseCommandEventArgs
Class
The class describes the event arguments of the Component events that are triggered by command buttons and CUD operations.
Definition
Namespace:Telerik.Blazor.Components.Common.Grid
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TableGridBaseCommandEventArgs : EventArgs
Inheritance: objectEventArgsTableGridBaseCommandEventArgs
Derived Classes:
Inherited Members
Constructors
TableGridBaseCommandEventArgs(bool)
Declaration
cs-api-definition
public TableGridBaseCommandEventArgs(bool isNew)
Parameters
isNew
TableGridBaseCommandEventArgs(object)
Declaration
cs-api-definition
public TableGridBaseCommandEventArgs(object item)
Parameters
item
Properties
Field
Defines the updated field. Available for incell editing.
IsCancelled
Defines if the command should be cancelled.
IsNew
Defines id the data item is recently added by the end user through the Component UI.
Item
Defines the affected data item. You can cast it to the model type to which you bind the Grid.