Table of Contents

Method Refresh

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Refresh()

Initiates a Refresh Operation to the underlying data model. The result will be returned on the Data property.

public void Refresh()

Remarks

A refresh operation is typically asynchronous, a DataChanged event will be raised when the Data property assumed a new value. If the refresh operation fails, the Data property will be set to null; the Error property will be set with the error exception. The app can call Refresh while a previous refresh is still underway. Calling Refresh twice will cause the DataChanged event to raise twice.