Silverlight DataPager Events
This topic covers the specific events exposed by the RadDataPager control.
The RadDataPager control raises the following specific events:
PageIndexChanging - occurs before the PageIndex gets changed. The event handler receives two arguments:
The sender argument contains the RadDataPager. This argument is of type object, but can be cast to the RadDataPager type.
A PageIndexChangingEventArgs object.
PageIndexChanged - occurs after the PageIndex has been changed. The event handler receives two arguments:
The sender argument contains the RadDataPager. This argument is of type object, but can be cast to the RadDataPager type.
A PageIndexChangedEventArgs object.