I noticed that C#'s DateTimePicker is changing the date automatically when I'm changing Month or Year. So what I did is to override the ValueChanged and it is only fired when the CloseUp event is raised.
The problem now is I need an event if the user actually selected date in the calendar or the user clicks outside of the control.
Can you help me with this? Thanks :)