Data for Silverlight
PageChanging Event

C1.Silverlight.Data Namespace > DataView Class : PageChanging Event
Occurs when the System.Windows.Data.PagedCollectionView.PageIndex is changing.
Syntax
'Declaration
 
Public Event PageChanging As EventHandler(Of PageChangingEventArgs)
public event EventHandler<PageChangingEventArgs> PageChanging
Event Data

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
 
See Also