This documentation is archived and is not being maintained.
Calendar Events
.NET Framework 1.1
The events of the Calendar class are listed here. For a complete list of Calendar class members, see the Calendar Members topic.
Public Events
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
DayRender | Occurs when each day is created in the control hierarchy for the Calendar control. |
Disposed (inherited from Control) | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in the its lifecycle. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
PreRender (inherited from Control) | Occurs when the server control is about to render to its containing Page object. |
SelectionChanged | Occurs when the user selects a day, a week, or an entire month by clicking the date selector controls. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
VisibleMonthChanged | Occurs when the user clicks on the next or previous month navigation controls on the title heading. |
See Also
Show:
