[]
        
(Showing Draft Content)

C1.Maui.Calendar.ReentrantObservableCollection-1.BeginUpdate

BeginUpdate Method

BeginUpdate()

Prevents raising events until the EndUpdate() method is called.

Declaration
public void BeginUpdate()
Remarks

The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate() method. Be sure to call EndUpdate() method for each call to BeginUpdate() method.