Occurs when the date selected in the System.Windows.Forms.MonthCalendar changes.
The MonthCalendar.DateChanged event occurs during any date selection, whether by mouse, keyboard, or code. The MonthCalendar.DateSelected event is similar, but it occurs only at the end of a date selection made using the mouse.
For more information about handling events, see Consuming Events.