Partilhar via


ICtiCallStateManager.CallManagerStateUpdate Event

Event raised when the state of the call changes.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As ICtiCallStateManager
Dim handler As EventHandler(Of CtiCallEventArgs)

AddHandler instance.CallManagerStateUpdate, handler

Syntax

'Declaration
Event CallManagerStateUpdate As EventHandler(Of CtiCallEventArgs)
event EventHandler<CtiCallEventArgs> CallManagerStateUpdate
event EventHandler<CtiCallEventArgs^>^ CallManagerStateUpdate {
    void add (EventHandler<CtiCallEventArgs^>^ value);
    void remove (EventHandler<CtiCallEventArgs^>^ value);
}
/** @event */
void add_CallManagerStateUpdate (EventHandler<CtiCallEventArgs> value)

/** @event */
void remove_CallManagerStateUpdate (EventHandler<CtiCallEventArgs> value)

Platforms

See Also

Reference

ICtiCallStateManager Interface
ICtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.