how to identity if user clicked on a date in DateTimePicker calendar
问题 I don't want the date to change when user clicks out of the calender without clicking on a date. The problem is One Date is always selected when the datepickercalendar opens up. I am looking for something similar to DateSelected event in the Calender control I have a class that derives from DateTimePicker which uses custom format with a spacechar string for to have empty field for DateTimePicker. I found an article in stackoverflow with same issue but the solution doesnot work. I don't have