CalendarViewSelectedDatesChangedEventArgs CalendarViewSelectedDatesChangedEventArgs CalendarViewSelectedDatesChangedEventArgs CalendarViewSelectedDatesChangedEventArgs Class

Definition

Provides data for the SelectedDatesChanged event.

public : sealed class CalendarViewSelectedDatesChangedEventArgs : ICalendarViewSelectedDatesChangedEventArgspublic sealed class CalendarViewSelectedDatesChangedEventArgs : ICalendarViewSelectedDatesChangedEventArgsPublic NotInheritable Class CalendarViewSelectedDatesChangedEventArgs Implements ICalendarViewSelectedDatesChangedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

AddedDates AddedDates AddedDates AddedDates

Gets a collection that contains the items that were selected.

public : IVectorView<DateTime> AddedDates { get; }public IReadOnlyList<DateTimeOffset> AddedDates { get; }Public ReadOnly Property AddedDates As IReadOnlyList<DateTimeOffset>// This API is not available in Javascript.
Value
IVectorView<DateTime> IReadOnlyList<DateTimeOffset> IReadOnlyList<DateTimeOffset> IReadOnlyList<DateTimeOffset>

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

RemovedDates RemovedDates RemovedDates RemovedDates

Gets a collection that contains the items that were unselected.

public : IVectorView<DateTime> RemovedDates { get; }public IReadOnlyList<DateTimeOffset> RemovedDates { get; }Public ReadOnly Property RemovedDates As IReadOnlyList<DateTimeOffset>// This API is not available in Javascript.
Value
IVectorView<DateTime> IReadOnlyList<DateTimeOffset> IReadOnlyList<DateTimeOffset> IReadOnlyList<DateTimeOffset>

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