DataPagerPageIndexChangingEventArgs Properties
Provides data for the DataPager.PageIndexChanging event.
Name | Description |
---|---|
Is |
Gets or sets whether to cancel switching to a new page. |
New |
Gets the active page's index.
Inherited from Data |
Old |
Gets the previously active page's index.
Inherited from Data |
See Also