Click or drag to resize

ContactListEventArgs Class

EventArgs used for informing client about added or removed contacts.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesContactListEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactListEventArgs : EventArgs

The ContactListEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContacts
Set of contacts.
Top
See Also