[To be supplied.]
The following declaration shows the syntax for a method that handles the VisibleMonthChanged event.
[Visual Basic] Protected Sub CalendarName_VisibleMonthChanged( _ ByVal sender As Object, _ ByVal e As MonthChangedEventArgs _ ) [C#] protected void CalendarName_VisibleMonthChanged( object sender, MonthChangedEventArgs e ); [C++] protected: void CalendarName_VisibleMonthChanged( Object* sender, MonthChangedEventArgs* e ); [JScript] protected CalendarName_VisibleMonthChanged( sender : Object, e : MonthChangedEventArgs );
Property | Description |
---|---|
|
|
|
Calendar Class | Calendar MembersTopic | System.Web.UI.WebControls Namespace