The KeyedObjectsChangedEventArgs<(Of <(<'TKeyType, TPropertyEnum>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyAdded
Get the existing object identifiers that were added.
Public propertyChanged
Get the existing objects that changed. This is a map with the object identifier as the key and a List<(Of <(<'T>)>)> of integers indicating which properties have changed.
Public propertyRemoved
Get the existing object identifiers that were removed.

See Also