Udostępnij za pośrednictwem


CtiCoreEventArgs Constructor

Initializes a new instance of the CtiCoreEventArgs class.

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

Usage

'Usage
Dim eventName As String
Dim eventData As Object
Dim callId As String

Dim instance As New CtiCoreEventArgs(eventName, eventData, callId)

Syntax

'Declaration
Public Sub New ( _
    eventName As String, _
    eventData As Object, _
    callId As String _
)
public CtiCoreEventArgs (
    string eventName,
    Object eventData,
    string callId
)
public:
CtiCoreEventArgs (
    String^ eventName, 
    Object^ eventData, 
    String^ callId
)
public CtiCoreEventArgs (
    String eventName, 
    Object eventData, 
    String callId
)
public function CtiCoreEventArgs (
    eventName : String, 
    eventData : Object, 
    callId : String
)

Parameters

  • eventName
    Specifies the name event.
  • eventData
    Specifies the event data object.
  • callId
    Specifies the string version of the vendor call ID.

Remarks

Platforms

See Also

Reference

CtiCoreEventArgs Class
CtiCoreEventArgs Members
Microsoft.Uii.Desktop.Cti.Core Namespace

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