Udostępnij za pośrednictwem


CtiHostedControl.CallDestructedEvent Event

Raised when a call is terminated.

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

Syntax

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

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