ASP.NET Pack Programmer's Guide
Calendar.VisibleDateChanged Event
See Also
 





Raised when the user selects another date using the month or year navigation controls on the calendar header area.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public event EventHandler<DateChangedEventArgs> VisibleDateChanged

Visual Basic  Copy Code

Public Event VisibleDateChanged As EventHandler(Of DateChangedEventArgs)

 Event Data

An object of type DateChangedEventArgs that holds data for the event.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace