MonthCalendar event for NextMonthButton/PrevMonthButton

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

I am trying to find a way to find out when the user clicks on the
NextMonthButton/PrevMonthButton and have looked through the available
members and events for it but have yet to find anything concrete or workable
with.
Is there anyway i will be able to do this?

TIA,
Ahmed
 
Ahmed said:
I am trying to find a way to find out when the user clicks on the
NextMonthButton/PrevMonthButton and have looked through the available
members and events for it but have yet to find anything concrete or workable
with.
Is there anyway i will be able to do this?

Have a look at the DateChanged event - a quick test showed this looking
promising.
 
That's what I was trying to use as an alternative but my calendar overlaps
into other months which is where the problem occurs since there is no set
overlap month by month.
This is what I am using as we speak but just for the sake of having clean
code I thought there would be a better function.

Ahmed
 
Back
Top