Disables any redrawing of the control.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public void BeginUpdate() |
| Visual Basic (Declaration) |
|---|
Public Sub 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.