Signals the beginning of a set of updates within the items collection, in order to temporarily remove automatic user interface refreshes during this time, for optimization purposes. When the updates are complete, call EndUpdateItems()()() method to refresh the user inteface and to revert to its standard behavior.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public void BeginUpdateItems()
Visual Basic (Declaration)
Public Sub BeginUpdateItems

See Also