MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGrid Class / Refreshing Event
In This Topic
    Refreshing Event (FlexGrid)
    In This Topic
    Occurs when the user pulls the grid to be refreshed.
    Syntax
    public event EventHandler<GridRefreshEventArgs> Refreshing
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether the associated event should be canceled.  
    See Also