SelectedDatesCollection(Calendar) Constructor

Definition

Initializes a new instance of the SelectedDatesCollection class.

public:
 SelectedDatesCollection(System::Windows::Controls::Calendar ^ owner);
public SelectedDatesCollection (System.Windows.Controls.Calendar owner);
new System.Windows.Controls.SelectedDatesCollection : System.Windows.Controls.Calendar -> System.Windows.Controls.SelectedDatesCollection
Public Sub New (owner As Calendar)

Parameters

owner
Calendar

The Calendar associated with this collection.

Applies to