Express > Express Assembly Interfaces > IEaxDataSources > IEaxDataSources.EndUpdate
EndUpdate([Refresh: Boolean = True]);
Refresh. Indicates whether the data sources collection is refreshed. Optional parameter.
The EndUpdate method resumes rerendering of the data sources collection.
The Refresh parameter is set to True by default (refresh is executed).
Collection rerendering is paused using the IEaxDataSources.BeginUpdate method.
See also: