SelectedDatesCollection Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The SelectedDatesCollection type exposes the following members.

Events

  Name Description
Public event CollectionChanged Occurs when an item in the collection changes, or the entire collection changes. (Inherited from ObservableCollection<T>.)
Protected event PropertyChanged Occurs when a property on an individual item in the collection changes. (Inherited from ObservableCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate event INotifyPropertyChanged.PropertyChanged Infrastructure. Occurs when a property value changes. (Inherited from ObservableCollection<T>.)

Top