MAUI | ComponentOne
MAUI | ComponentOne
C1.Maui.Calendar Assembly
/
C1.Maui.Calendar Namespace
/
DateList Class
/ BeginUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
BeginUpdate Method (DateList)
In This Topic
Prevents raising events until the
EndUpdate
method is called.
Syntax
C#
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.
See Also
Reference
DateList Class
DateList Members