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 is generated.
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.CallNewCallEvent, handler
Syntax
'Declaration
Event CallNewCallEvent As EventHandler(Of CtiCoreEventArgs)
event EventHandler<CtiCoreEventArgs> CallNewCallEvent
event EventHandler<CtiCoreEventArgs^>^ CallNewCallEvent {
void add (EventHandler<CtiCoreEventArgs^>^ value);
void remove (EventHandler<CtiCoreEventArgs^>^ value);
}
/** @event */
void add_CallNewCallEvent (EventHandler<CtiCoreEventArgs> value)
/** @event */
void remove_CallNewCallEvent (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.