Click or drag to resize

ObservableCollectionWithItemsNotifyPropertyChangedT Events

The ObservableCollectionWithItemsNotifyPropertyChangedT type exposes the following members.

Events
 NameDescription
Public eventCollectionChangedOccurs when an item is added, removed, or moved, or the entire list is refreshed.
(Inherited from ObservableCollectionT)
Public eventItemPropertyChanged Occurs when a property of an item in the collection changes.
Protected eventPropertyChangedOccurs when a property value changes.
(Inherited from ObservableCollectionT)
Top
See Also