The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPagedCollectionView.PageChanging Event
Silverlight
When implementing this interface, raise this event before changing the PageIndex. The event handler can cancel this event.
Namespace: System.ComponentModel
Assembly: System.Windows.Data (in System.Windows.Data.dll)
Classes that implement this interface should raise the PageChanging event and check that the Cancel property is false before initiating a page index change and raising the PageChanged event.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: