[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeginUpdate

BeginUpdate Method

BeginUpdate()

Prevents the control from drawing until the EndUpdate() method is called.

Declaration
public void BeginUpdate()
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.