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