NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthChangedEventArgs Constructor

[To be supplied.]

[Visual Basic]
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
[To be supplied.]
previousDate
[To be supplied.]

See Also

MonthChangedEventArgs Class | MonthChangedEventArgs Members | System.Web.UI.WebControls Namespace