Click or drag to resize

DataCollectionChangedEventArgsTChangedItems Property

The list of items that have been added to, removed from, or updated in the collection.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<T> ChangedItems { get; }

Property Value

Type: ListT
Remarks
The application should use this list of items to update it's local copy of the data collection. Note that for the CollectionCleared change type, this list will always be empty.
See Also