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

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public void EndUpdate()
Visual Basic
Public Sub EndUpdate

Remarks

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

See Also