Udostępnij za pośrednictwem


CtiHostedControl.CallStateChangeEvent Event

Raised when a Call State Event is generated

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

Usage

'Usage
Dim instance As CtiHostedControl
Dim handler As EventHandler(Of CtiCoreEventArgs)

AddHandler instance.CallStateChangeEvent, handler

Syntax

'Declaration
Public Event CallStateChangeEvent As EventHandler(Of CtiCoreEventArgs)
public abstract event EventHandler<CtiCoreEventArgs> CallStateChangeEvent
public:
virtual event EventHandler<CtiCoreEventArgs^>^ CallStateChangeEvent {
    void add (EventHandler<CtiCoreEventArgs^>^ value) abstract;
    void remove (EventHandler<CtiCoreEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_CallStateChangeEvent (EventHandler<CtiCoreEventArgs> value)

/** @event */
public abstract void remove_CallStateChangeEvent (EventHandler<CtiCoreEventArgs> value)

Platforms

See Also

Reference

CtiHostedControl Class
CtiHostedControl Members
Microsoft.Uii.Desktop.Cti.Controls Namespace

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