WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / DateList Class / BeginUpdate Method
In This Topic
    BeginUpdate Method (DateList)
    In This Topic
    Prevents raising events until the EndUpdate method is called.
    Syntax
    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