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 default value of the Refresh parameter - True (refresh is executed).

Collection rerendering is paused using the IEaxDataSources.BeginUpdate method.

See also:

IEaxDataSources