Udostępnij za pośrednictwem


ICtiControl.CallMediaConnectedEvent Event

Raised when the media endpoint connects.

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

Usage

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

AddHandler instance.CallMediaConnectedEvent, handler

Syntax

'Declaration
Event CallMediaConnectedEvent As EventHandler(Of CtiCoreEventArgs)
event EventHandler<CtiCoreEventArgs> CallMediaConnectedEvent
event EventHandler<CtiCoreEventArgs^>^ CallMediaConnectedEvent {
    void add (EventHandler<CtiCoreEventArgs^>^ value);
    void remove (EventHandler<CtiCoreEventArgs^>^ value);
}
/** @event */
void add_CallMediaConnectedEvent (EventHandler<CtiCoreEventArgs> value)

/** @event */
void remove_CallMediaConnectedEvent (EventHandler<CtiCoreEventArgs> value)

Platforms

See Also

Reference

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

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