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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top