Version

PageRequestedEventArgs Class Members

The following tables list the members exposed by PageRequestedEventArgs.

Public Constructors
 NameDescription
Public ConstructorPageRequestedEventArgs ConstructorInitializes a new PageRequestedEventArgs.  
Public Properties
 NameDescription
Public PropertyDataSourceIdThe Unique ID for the data source making the request.  
Public PropertyIsSchemaRequestThe data source is requesting the schema for the data.  
Public PropertyPageIndexThe page index being requested.  
Public PropertyPageSizeThe page size being requested.  
Public PropertyRequestIdThe unique ID for the page request.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
See Also