DialogViewController.TriggerRefresh Method
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.
Invoke this method to trigger a data refresh.
public void TriggerRefresh ();
member this.TriggerRefresh : unit -> unit
Remarks
This will invoke the RerfeshRequested event handler, the code attached to it should start the background operation to fetch the data and when it completes it should call ReloadComplete to restore the control state.