G
Guest
hey all,
is there a way to convert/cast MonthChangedEventArgs to EventArgs?
thanks,
rodchar
is there a way to convert/cast MonthChangedEventArgs to EventArgs?
thanks,
rodchar
Alex Meleta said:Hi Nicholas,
Just to precise: if rodchar said about web MonthChangedEventArgs
(http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.monthchangedeventargs.aspx)
then it is not derived from EventArgs, or we are talking about something
else?
Regards, Alex
[TechBlog] http://devkids.blogspot.com
N> rodchar,
N> N> You don't have to do anything to cast it. Since
N> MonthChangedEventArgs derives from EventArgs, you can assign an
N> instance of MonthChangedEventArgs to an EventArgs variable without a
N> cast.
N> N>