Click or drag to resize
NotifyList<T> Events

The NotifyList< T> generic type exposes the following members.

Events
  NameDescription
Public eventCollectionChanged
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollection<T>.)
Public eventListChanged
See interface docs.
Protected eventPropertyChanged
Occurs when a property value changes.
(Inherited from ObservableCollection<T>.)
Top
See Also