Click or drag to resize
CallEventArgs Class
A class representing event arguments for a call. Call
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesCallEventArgs

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

The CallEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCallEventArgs
Creates a CallEventArgs object for the specified call..
Top
Properties
  NameDescription
Public propertyCall
The call referenced by the event.
Top
See Also