Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
PageRequestedEventArgs Class Members
The following tables list the members exposed by PageRequestedEventArgs.
Public Properties
| Name | Description |
 | DataSourceId | The Unique ID for the data source making the request. |
 | IsSchemaRequest | The data source is requesting the schema for the data. |
 | PageIndex | The page index being requested. |
 | PageSize | The page size being requested. |
 | RequestId | The unique ID for the page request. |
Public Methods
| Name | Description |
 | Reset | Resets all the properties to their default values |
See Also