ObservableCollectionExtended<(Of <(<'T>)>)>..::..ItemPropertyChanged Event
Use this event to listen for changes to properties on items contained by this collection without having to explicitly attach an event handler to each item.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public event RelayedEventHandler<PropertyChangedEventArgs> ItemPropertyChanged
Public Event ItemPropertyChanged As RelayedEventHandler(Of PropertyChangedEventArgs)