[]
Prevents raising events until the EndUpdate() method is called.
public void BeginUpdate()
The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate() method. Be sure to call EndUpdate() method for each call to BeginUpdate() method.