[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.EndUpdate

EndUpdate Method

EndUpdate()

Resumes drawing of the control after drawing is suspended by the BeginUpdate() method.

Declaration
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.