Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.