CalendarViewSelectedDatesChangedEventArgs.AddedDates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the items that were selected.
public:
property IVectorView<DateTime> ^ AddedDates { IVectorView<DateTime> ^ get(); };
IVectorView<DateTime> AddedDates();
public IReadOnlyList<System.DateTimeOffset> AddedDates { get; }
var iVectorView = calendarViewSelectedDatesChangedEventArgs.addedDates;
Public ReadOnly Property AddedDates As IReadOnlyList(Of DateTimeOffset)
Property Value
The items that were selected since the last time the SelectedDatesChanged event occurred.