Virtualize<TItem>.RefreshDataAsync 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.
Instructs the component to re-request data from its ItemsProvider. This is useful if external data may have changed. There is no need to call this when using Items.
public:
System::Threading::Tasks::Task ^ RefreshDataAsync();
public System.Threading.Tasks.Task RefreshDataAsync ();
member this.RefreshDataAsync : unit -> System.Threading.Tasks.Task
Public Function RefreshDataAsync () As Task
Returns
A Task representing the completion of the operation.