Implements the ISupportInitialize.BeginInit method. Call this method before making several consecutive changes to the control to suppress internal updates, but don't forget to invoke EndInit at the end. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public virtual void BeginInit () |
Visual Basic |
---|
Public Overridable Sub BeginInit () |
The following example demonstrates how to use BeginInit and EndInit to prevent unnecessary updating.
C# |
---|
using MindFusion.Scheduling.Compact; |
Visual Basic |
---|
Imports MindFusion.Scheduling.Compact |