Click or drag to resize

SearchConversationConversationCapabilitiesChanged Event

Notifies the application that one or more of the capabilities of the conversation 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 virtual event EventHandler ConversationCapabilitiesChanged

Value

Type: SystemEventHandler
See Also