Question

I'm using a DateTimePicker (.net).

Is there a way to update the value only when the calendar closes? Or is there a way to know when the calendar open/closes?

The DateTimePicker is bound to an object and this object check the dates and pop a message box when needed. When the user is browsing for a date, the message box appears. I only want this rule to execute when the date is chosen.

Thanks!

Was it helpful?

Solution

There's a CloseUp event. Does that help?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top