Click or drag to resize

ParticipantEventArgs Class

An event argument used when reporting events related to a Call or Conference participant.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesParticipantEventArgs

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

The ParticipantEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodParticipantEventArgs
Constructs a new ParticipantEventArgs object.
Top
Properties
  NameDescription
Public propertyParticipant
The participant for which the event occurred.
Top
See Also