MonthCalendar.DateChanged

  • Thread starter Thread starter Robert Misiak
  • Start date Start date
R

Robert Misiak

When using a MonthCalendar.DateChanged eventhandler, is there a way a clean
way to figure out if the date was changed by the user (as opposed to it
being changed programmatically)?

Thanks,
Robert
 
Robert,

Unfortunately, there is no way to cancel the user's date(s) selection. The
workaround may be, you have to buffer the previous value and reset it back
after handling the event if its invalid.

Shak.
 
Back
Top