ClassListViewCommandEventArgs
Class
Provides data for ListView CRUD operation events including create, edit, update, cancel, and delete actions. Contains information about the affected data item, operation type, and the ability to cancel the operation.
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()