Show contents 

Express > Express Assembly Interfaces > IEaxDataSources > IEaxDataSources.EndUpdate

IEaxDataSources.EndUpdate

Syntax

EndUpdate([Refresh: Boolean = True]);

Parameters

Refresh. Indicates whether the data sources collection is refreshed. Optional parameter.

Description

The EndUpdate method resumes rerendering of the data sources collection.

Comments

The Refresh parameter is set to True by default (refresh is executed).

Collection rerendering is paused using the IEaxDataSources.BeginUpdate method.

See also:

IEaxDataSources