Click or drag to resize
DataCollectionChangedEventArgsT Class
The event argument used to indicate that the set of data items in a data collection has changed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesDataCollectionChangedEventArgsT

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class DataCollectionChangedEventArgs<T> : EventArgs

Type Parameters

T

The DataCollectionChangedEventArgsT type exposes the following members.

Properties
  NameDescription
Public propertyChangedItems
The list of items that have been added to, removed from, or updated in the collection.
Public propertyChangeType
Indicates the type of change that has occurred in the collection of data items.
Top
See Also