DataCollectionChangedEventArgsT Class |
The event argument used to indicate that the set of data items in a data collection has changed.
Inheritance HierarchySystemObject
SystemEventArgs
Avaya.ClientServicesDataCollectionChangedEventArgsT
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic class DataCollectionChangedEventArgs<T> : EventArgs
Type Parameters
- T
The DataCollectionChangedEventArgsT type exposes the following members.
Properties
| Name | Description |
---|
 | ChangedItems |
The list of items that have been added to, removed from, or updated in the collection.
|
 | ChangeType |
Indicates the type of change that has occurred in the collection of data items.
|
Top
See Also