Calendar::VisibleMonthChanged Event
.NET Framework (current version)
Occurs when the user clicks the next or previous month navigation controls on the title heading.
Assembly: System.Web (in System.Web.dll)
This event is raised when the user clicks the next or previous month navigation elements on the title heading.
For more information about handling events, see NIB: Events and Delegates.
The following code example demonstrates how to specify and code a handler for the VisibleMonthChanged event to display whether the Calendar control has moved forward or backward one month.
.NET Framework
Available since 1.1
Available since 1.1
Show: