PagerPageEventArgs Properties
Provides data for the ASPxPagerBase.PageIndexChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewPageIndex | Gets or sets the selected page’s index. |
See Also