asp.net.ph

MonthChangedEventArgs Constructor

System.Web.UI.WebControls Namespace


Initializes a new instance of the MonthChangedEventArgs class.

[ VB ]
Public Sub New ( _
   ByVal newDate As DateTime, _
   ByVal previousDate As DateTime _
)

[ C# ]
public MonthChangedEventArgs (
   DateTime newDate,
   DateTime previousDate
);

[ C++ ]
public: MonthChangedEventArgs (
   DateTime newDate,
   DateTime previousDate
);

[ JScript ]
public function MonthChangedEventArgs (
   newDate : DateTime,
   previousDate : DateTime
);

Parameters

newDate
The date that determines the month currently displayed by the Calendar.
previousDate
The date that determines the month previously displayed by the Calendar.

Remarks

The following table shows initial property values for an instance of MonthChangedEventArgs.

Property Initial Value
NewDate newDate
PreviousDate previousDate

See Also

MonthChangedEventArgs Class   MonthChangedEventArgs Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph