Version

RefreshCompletedEventHandler Delegate

Delegate for RefreshCompleted events.
Syntax
public delegate void RefreshCompletedEventHandler( 
   object sender,
   EventArgs e
)

Parameters

sender
The source of the event.
e
Contextual information associated with the event.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also