CalendarViewSelectedDatesChangedEventArgs.RemovedDates Property

Definition

Gets a collection that contains the items that were unselected.

public:
 property IVectorView<DateTime> ^ RemovedDates { IVectorView<DateTime> ^ get(); };
IVectorView<DateTime> RemovedDates();
public IReadOnlyList<System.DateTimeOffset> RemovedDates { get; }
var iVectorView = calendarViewSelectedDatesChangedEventArgs.removedDates;
Public ReadOnly Property RemovedDates As IReadOnlyList(Of DateTimeOffset)

Property Value

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

Applies to