Class CalendarDateChangedEventArgs
Provides data for the DisplayDateChanged event.
public class CalendarDateChangedEventArgs : RoutedEventArgs
- Inheritance
-
CalendarDateChangedEventArgs
- Inherited Members
Properties
AddedDate
Gets the date to be newly displayed.
public DateTime? AddedDate { get; }
Property Value
- DateTime?
The new date to display.
RemovedDate
Gets the date that was previously displayed.
public DateTime? RemovedDate { get; }
Property Value
- DateTime?
The date previously displayed.