method CascadeTree.BeginUpdate ()
Prevents the control from painting until the EndUpdate method is called.

TypeDescription

The BeginUpdate method prevents the control from painting until the EndUpdate method is called.  Use BeginUpdate and EndUpdate statement each time when the control requires more changes. Using the BeginUpdate and EndUpdate methods increase the speed of changing the control properties by preventing it from painting during changing.