ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / PageChanging Event

In This Topic
    PageChanging Event (BaseCollectionView)
    In This Topic
    When implementing this interface, raise this event before changing the System.ComponentModel.IPagedCollectionView.PageIndex. The event handler can cancel this event.
    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