Provides data for the DateSelected and DisplayDateChanged events.
Definition
Namespace:Telerik.Windows.Controls.Calendar
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class CalendarDateChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCalendarDateChangedEventArgs
Properties
Gets the date that was previously displayed.
C#
public DateTime? RemovedDate { get; }