Click or drag to resize
CallExtraPropertiesChanged Event
Occurs when the extra properties associated with the call has changed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public event EventHandler<ExtraPropertiesEventArgs> ExtraPropertiesChanged

Value

Type: SystemEventHandlerExtraPropertiesEventArgs
Remarks
The application can query to obtain the current list of extra properties reported.
See Also