ComponentOne Xamarin Edition
Refreshing Event
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridBase Class : Refreshing Event
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