INotifyItemPropertyChanged..::..ItemPropertyChanged Event
Use this event to listen for changes to properties on items contained by this object without having to explicitly attach an event handler to each item.
Namespace:
Tortuga.Anchor.EventingAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
event RelayedEventHandler<PropertyChangedEventArgs> ItemPropertyChanged
Event ItemPropertyChanged As RelayedEventHandler(Of PropertyChangedEventArgs)