Udostępnij za pośrednictwem


CtiHostedControl.CallNewCallInfoEvent Event

Raised when a new call info 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.CallNewCallInfoEvent, handler

Syntax

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

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