Share via


SelectedDatesChangedEventArgs.RemovedDates property

[This documentation is preliminary and is subject to change.]

Gets a collection that contains the items that were unselected.

Syntax

public IReadOnlyList<DateTimeOffset> RemovedDates { get; }
Public ReadOnly Property RemovedDates As IReadOnlyList(Of DateTimeOffset)
public:
property IVectorView<DateTime>^ RemovedDates { 
   IVectorView<DateTime>^ get();
}

Property value

Type: IVectorView<DateTime> [C++] | System.Collections.Generic.IReadOnlyList<DateTime> [.NET]

The items that were unselected since the last time the SelectedDatesChanged event occurred.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

SelectedDatesChangedEventArgs