Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / EndUpdate Method

In This Topic
    EndUpdate Method (C1Scheduler)
    In This Topic
    Enables the redrawing of the control.
    Syntax
    'Declaration
     
    
    Public Sub EndUpdate() 
    public void EndUpdate()
    Remarks
    To maintain performance while changing several control properties call the BeginUpdate method. This method prevents the control from painting until the EndUpdate method is called.
    See Also