[]
        
(Showing Draft Content)

C1.WinUI.Calendar.ReentrantObservableCollection-1.EndUpdate

EndUpdate Method

EndUpdate()

Enables raising events. If collection has been changed since the call to the BeginUpdate() method, raises PropertyChanged and CollectionChanged events.

Declaration
public void EndUpdate()
Remarks

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