ReadOnlyObservableCollectionExtended<(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 Nullable<RelayedEventHandler<PropertyChangedEventArgs>> ItemPropertyChanged
Public Event ItemPropertyChanged As Nullable(Of RelayedEventHandler(Of PropertyChangedEventArgs))