ClassListViewReadEventArgs
Class
The class that describes the event arguments of the OnRead event of the ListView.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ListViewReadEventArgs : ReadEventArgs
Inheritance: objectEventArgsReadEventArgsListViewReadEventArgs
Inherited Members
Constructors
ListViewReadEventArgs()
Declaration
cs-api-definition
public ListViewReadEventArgs()
ListViewReadEventArgs(DataSourceRequest)
Declaration
cs-api-definition
public ListViewReadEventArgs(DataSourceRequest request)
Parameters
request