R
Randy
Hi,
I have an odd issue with the MonthCalendar control. I need to capture
certain mouseeventargs, which I can only do in the MouseDown event. I
need to pass these arguments to the DateChanged event to make the
logic in that routine work correctly. Simple enough, except that the
DateChanged event fires before the MouseDown event, making it too late
to gather these arguments.
Can anybody help me figure out a way to effectively reverse the order
in which these events fire?
Thanks,
Randy
p.s. apologies if anybody has seen this as part of another posting of
mine, but that posting initially dealt with another question and has
become quite long and meandering. I am posting the question here to
isolate it so that it is clear what the issue is. Upon resolution of
this issue, I will post back to the original post with this solution
in the context of that posting.
I have an odd issue with the MonthCalendar control. I need to capture
certain mouseeventargs, which I can only do in the MouseDown event. I
need to pass these arguments to the DateChanged event to make the
logic in that routine work correctly. Simple enough, except that the
DateChanged event fires before the MouseDown event, making it too late
to gather these arguments.
Can anybody help me figure out a way to effectively reverse the order
in which these events fire?
Thanks,
Randy
p.s. apologies if anybody has seen this as part of another posting of
mine, but that posting initially dealt with another question and has
become quite long and meandering. I am posting the question here to
isolate it so that it is clear what the issue is. Upon resolution of
this issue, I will post back to the original post with this solution
in the context of that posting.