CalendarViewSelectedDatesChangedEventArgs.RemovedDates 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 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.