CalendarDateChangedEventArgs.RemovedDate Property

Definition

Gets or sets the date that was previously displayed.

public:
 property Nullable<DateTime> RemovedDate { Nullable<DateTime> get(); };
public DateTime? RemovedDate { get; }
member this.RemovedDate : Nullable<DateTime>
Public ReadOnly Property RemovedDate As Nullable(Of DateTime)

Property Value

The date that was previously displayed.

Applies to