SelectedDatesChangedEventArgs class

[This API is for evaluation purposes only and is subject to change or removal.]

[This documentation is preliminary and is subject to change.]

Provides data for the SelectedDatesChanged event.

Inheritance

Object

SelectedDatesChangedEventArgs

Syntax

public sealed class SelectedDatesChangedEventArgs
Public NotInheritable Class SelectedDatesChangedEventArgs
public ref class SelectedDatesChangedEventArgs sealed 

Attributes

[Experimental()]

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version]

[WebHostHidden()]

Members

The SelectedDatesChangedEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The SelectedDatesChangedEventArgs class inherits methods from the Object class.

Properties

The SelectedDatesChangedEventArgs class has these properties.

Property Access type Description

AddedDates

Read-only Gets a collection that contains the items that were selected.

RemovedDates

Read-only Gets a collection that contains the items that were unselected.

 

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

Object