Click or drag to resize

ConferencePropertyEventArgs Class

An event argument used when reporting events related to a Boolean property of a Conference object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesConferencePropertyEventArgs

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

The ConferencePropertyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConferencePropertyEventArgs
Constructs a new ConferencePropertyEventArgs object.
Top
Properties
  NameDescription
Public propertyEnabled
The new value of the Boolean property.
Top
See Also