method Calendar.EndUpdate ()
Resumes painting the control after painting is suspended by the BeginUpdate method.

TypeDescription
Use the BeginUpdate/EndUpdate methods to prevent control's updating while you are performing multiple changes into the control. The Refresh method refreshes the control's content.