Click or drag to resize

SafeObservableCollectionT Events

The SafeObservableCollectionT type exposes the following members.

Events
 NameDescription
Public eventItemPropertyChanged This event is raised when any of the items in the collection raise the PropertyChanged event. Events from collection items are aggregated and passed to listeners through this event. It allows callers to listen for change events from all collection items via this single collection-level event.
Top
See Also