Windows apps
Collapse the table of content
Expand the table of content
Information
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)

'Declaration
Event PageChanging As EventHandler(Of PageChangingEventArgs)

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.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft