| ObservablePropertyChangeTrackerTItemPropertyChanged Event |
Occurs when the property of any item has changed. The sender in the event is the item that has changed, not this instance.
Namespace: TomsToolbox.ObservableCollectionsAssembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public event EventHandler<PropertyChangedEventArgs> ItemPropertyChanged
Public Event ItemPropertyChanged As EventHandler(Of PropertyChangedEventArgs)
Value
EventHandlerPropertyChangedEventArgsSee Also