Class
CalendarDateChangedEventArgs

Provides data for the DateSelected and DisplayDateChanged events.

Definition

Namespace:Telerik.Windows.Controls.Calendar

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class CalendarDateChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCalendarDateChangedEventArgs

Properties

AddedDate

Gets the date to be newly displayed.

Declaration

cs-api-definition
public DateTime? AddedDate { get; }

Property Value

DateTime?

RemovedDate

Gets the date that was previously displayed.

Declaration

cs-api-definition
public DateTime? RemovedDate { get; }

Property Value

DateTime?

In this article
DefinitionPropertiesAddedDateRemovedDate
Not finding the help you need?
Contact Support