ComponentOne Scheduler for WPF and Silverlight
BeginUpdate Method (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : BeginUpdate Method
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 BeginUpdate method. This method prevents the control from painting until the EndUpdate method is called.
See Also

Reference

C1Scheduler Class
C1Scheduler Members