ClassListViewReadEventArgs
Class
Provides data for the ListView OnRead event when implementing custom data source operations like server-side paging, filtering, or sorting. Contains request information including page parameters that you can use to query your data source appropriately.
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