FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPaginator Class / ComputePageCountCompleted Event

In This Topic
    ComputePageCountCompleted Event (GridPaginator)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ComputePageCountCompleted As AsyncCompletedEventHandler
    public event AsyncCompletedEventHandler ComputePageCountCompleted
    Event Data

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

    PropertyDescription
     
     
     
    See Also