Click or drag to resize

MessageCapabilitiesChanged Event

Notifies the application that one or more of the capabilities of the message has changed. The application should query each of the capabilities and enable/disable elements of the user interface based on the new capability settings. Capabilities can change as a result of local or remote actions.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler CapabilitiesChanged

Value

Type: SystemEventHandler
See Also