ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1DataPager Class / PageIndexChanging Event

In This Topic
    PageIndexChanging Event
    In This Topic
    EventHandler for when PageIndex is changing.
    Syntax
    'Declaration
     
    
    Public Event PageIndexChanging As EventHandler(Of CancelEventArgs)
    public event 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
    Gets or sets a value indicating whether the event should be canceled.  
    See Also