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
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void BeginInit () |
Visual Basic
Copy Code
|
|---|
Public Sub BeginInit () |
ExampleThe following example demonstrates how to use BeginInit and EndInit to prevent unnecessary updating.
C#
Copy Code
|
|---|
using MindFusion.Scheduling.WinForms; |
Visual Basic
Copy Code
|
|---|
Imports MindFusion.Scheduling.WinForms |
See Also