MonthChangedEventArgs.MonthChangedEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the MonthChangedEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public MonthChangedEventArgs ( DateTime newDate, DateTime previousDate )
public function MonthChangedEventArgs ( newDate : DateTime, previousDate : DateTime )
Not applicable.
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.
Community Additions
ADD
Show: