New to Telerik UI for WPF? Start a free 30-day trial
WPF DataPager Events
Updated over 6 months ago
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.