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