Share via


SelectedDatesChangedEventArgs.AddedDates property

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

Gets a collection that contains the items that were selected.

Syntax

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

Property value

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

The items that were selected 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