DialogViewController.RefreshRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If you assign a handler to this event before the view is shown, the DialogViewController will have support for pull-to-refresh UI.
public event EventHandler RefreshRequested;
member this.RefreshRequested : EventHandler