ComponentOne DataGrid for WPF and Silverlight
PageIndexChanging Event

C1.Silverlight.DataGrid.Ria Namespace > C1DataPager Class : PageIndexChanging Event
EventHandler for when PageIndex is changing.
Syntax
'Declaration
 
Public Event PageIndexChanging As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> PageIndexChanging
Event Data

The event handler receives an argument of type C1.Silverlight.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also