Calendar::SelectionChanged Event
.NET Framework (current version)
Occurs when the user selects a day, a week, or an entire month by clicking the date selector controls.
Assembly: System.Web (in System.Web.dll)
This event is raised when the user selects a day, a week, or an entire month by clicking the date selector controls.
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 SelectionChanged event to display the number of items selected in the Calendar control.
.NET Framework
Available since 1.1
Available since 1.1
Show: