PageIndexChangingEventArgs Properties
Provides data for the Book.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 index of the current page. |
OldPageIndex | Gets the index of the previous page. |
See Also