VirtualServerModeRowsEventArgs Properties
Provides data for the VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged events.
Name | Description |
---|---|
Cancellation |
Gets a token that allows you to respond to a task cancellation request invoked by the grid control. |
Configuration |
Gets information on the grid’s current sorting, filtering and summary configuration. |
Current |
Gets the count of rows currently loaded to the grid. |
Rows |
Gets or sets the task that returns requested rows. |
User |
Read this parameter to get custom data passed from the previously called Task or Configuration |
See Also