ObservableCollectionExtended<(Of <(<'T>)>)>..::..PropertyChanged Event
This just exposes the INotifyPropertyChanged.PropertyChanged from the base class so you don't have to cast to get to it.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public event Nullable<PropertyChangedEventHandler> PropertyChanged
Public Event PropertyChanged As Nullable(Of PropertyChangedEventHandler)