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
);
- newDate
- The date that determines the month currently displayed by the Calendar.
- previousDate
- The date that determines the month previously displayed by the Calendar.
The following table shows initial property values for an instance of MonthChangedEventArgs.
Property |
Initial Value |
NewDate |
newDate |
PreviousDate |
previousDate |
MonthChangedEventArgs Class MonthChangedEventArgs Members