The ObjectsChangedEventArgs<(Of <(<'TPropertyEnum>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Added |
Get the existing object identifiers that were added.
| |
Changed |
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.
| |
Removed |
Get the existing object identifiers that were removed.
|