Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / BeginUpdate Method

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