DataPagerPageIndexChangingEventArgs Properties
Provides data for the GridViewBase.CurrentPageIndexChanging event.Name | Description |
---|---|
IsCancel | Gets or sets whether the event should be canceled. |
NewValue | Gets a new value. Inherited from DataPagerPageIndexChangedEventArgs. |
OldValue | Gets an old value. Inherited from DataPagerPageIndexChangedEventArgs. |
See Also