ClassListViewCommandEventArgs
Class
The class that describes the event arguments to the ListView events.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ListViewCommandEventArgs : EventArgs
Inheritance: objectEventArgsListViewCommandEventArgs
Inherited Members
Constructors
ListViewCommandEventArgs()
Declaration
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.