MAUI | ComponentOne
MAUI | ComponentOne
C1.Maui.Calendar Assembly
/
C1.Maui.Calendar Namespace
/
DateList Class
/ EndUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
EndUpdate Method (DateList)
In This Topic
Enables raising events. If collection has been changed since the call to the
BeginUpdate
method, raises PropertyChanged and CollectionChanged events.
Syntax
C#
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.
See Also
Reference
DateList Class
DateList Members