Click or drag to resize
ContactChangedEventArgs Class
EventArgs used to inform about any changes that have occurred on particular contact object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesContactChangedEventArgs

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

The ContactChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContactInfo
The contact which was changed.
Top
See Also