Class CalendarDateChangedEventArgs
Provides data for the DateSelected and DisplayDateChanged events.
Inherited Members
Namespace: Telerik.Windows.Controls.Calendar
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class CalendarDateChangedEventArgs : RadRoutedEventArgs
Properties
AddedDate
Gets the date to be newly displayed.
Declaration
public Nullable<DateTime> AddedDate { get; }
Property Value
System.Nullable<System.DateTime>
|
RemovedDate
Gets the date that was previously displayed.
Declaration
public Nullable<DateTime> RemovedDate { get; }
Property Value
System.Nullable<System.DateTime>
|