Udostępnij za pośrednictwem


CtiHostedControl.AgentStateChangedEvent Event

Raised when a Agent State change Event occures

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.AgentStateChangedEvent, handler

Syntax

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

/** @event */
public abstract void remove_AgentStateChangedEvent (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.