CtiCoreEventArgs(String, Object, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.