Class CalendarDateChangedEventArgs
Provides data for the DateSelected and DisplayDateChanged events.
Inheritance
System.Object
CalendarDateChangedEventArgs
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class CalendarDateChangedEventArgs : RoutedEventArgs
Properties
AddedDate
Gets the date to be newly displayed.
Declaration
public DateTime? AddedDate { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
RemovedDate
Gets the date that was previously displayed.
Declaration
public DateTime? RemovedDate { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |