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: 550.0.60.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