Scheduler for WinForms | ComponentOne
Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly
/
C1.Win.Schedule Namespace
/
C1Schedule Class
/ EndUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
EndUpdate Method (C1Schedule)
In This Topic
Resumes drawing of the control after drawing is suspended by the
BeginUpdate
method.
Syntax
Visual Basic
C#
'Declaration Public Sub EndUpdate()
public void EndUpdate()
Remarks
Call to
BeginUpdate
method must be paired with a call to
EndUpdate
method. Use try ... finally statements to ensure that
EndUpdate
method is always called.
See Also
Reference
C1Schedule Class
C1Schedule Members