ComponentOne Scheduler for WinForms
BeginUpdate Method (C1Schedule)

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : BeginUpdate Method
Prevents the control from drawing until the EndUpdate method is called.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
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.
See Also

Reference

C1Schedule Class
C1Schedule Members