[]
Provides data for the GrapeCity.Windows.InputMan.GcDropDownCalendar.FocusedDateChanged event.
public class CalendarDateEventArgs : RoutedEventArgs
Public Class CalendarDateEventArgs
Inherits RoutedEventArgs
Name | Description |
---|---|
CalendarDateEventArgs(DateTime, DateTime) | Initializes a new instance of the CalendarDateEventArgs class. |
CalendarDateEventArgs(DateTime, DateTime, object) | Initializes a new instance of the CalendarDateEventArgs class. |
CalendarDateEventArgs(DateTime, DateTime, RoutedEvent, object) | Initializes a new instance of the CalendarDateEventArgs class. |
Name | Description |
---|---|
NewDate | Gets the new focused date of the GrapeCity.Windows.InputMan.GcDropDownCalendar. |
OldDate | Gets the previous focused date of the GrapeCity.Windows.InputMan.GcDropDownCalendar. |