Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / EndUpdate Method

In This Topic
    EndUpdate Method (C1Schedule)
    In This Topic
    Resumes drawing of the control after drawing is suspended by the BeginUpdate method.
    Syntax
    'Declaration
     
    Public Sub EndUpdate() 
    public void EndUpdate()
    Remarks
    Call to BeginUpdate method must be paired with a call to EndUpdate method. Use try ... finally statements to ensure that EndUpdate method is always called.
    See Also