CalendarViewSelectedDatesChangedEventArgs.AddedDates Property

Definition

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.

Applies to