ClassListViewCommandEventArgs
Class
The class that describes the event arguments to the ListView events.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ListViewCommandEventArgs : EventArgs
Inheritance: objectEventArgsListViewCommandEventArgs
Inherited Members
Constructors
ListViewCommandEventArgs()
Declaration
cs-api-definition
public ListViewCommandEventArgs()
Properties
IsCancelled
Defines whether the command should be cancelled.
IsNew
Defines if the data item is recently added by the end user through the Component UI.