CtiCoreEventArgs(String, Object, String) Constructor

Definition

Initializes a new instance of the CtiCoreEventArgs class.

public:
 CtiCoreEventArgs(System::String ^ eventName, System::Object ^ eventData, System::String ^ callId);
public CtiCoreEventArgs (string eventName, object eventData, string callId);
new Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs : string * obj * string -> Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs
Public Sub New (eventName As String, eventData As Object, callId As String)

Parameters

eventName
String

Specifies the name event.

eventData
Object

Specifies the event data object.

callId
String

Specifies the string version of the vendor call ID.

Applies to