DialogViewController.TriggerRefresh Method

Definition

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.

Applies to