NewCallEventArgs Class
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.
Represents the event arguments that contain information regarding a new call event.
public ref class NewCallEventArgs : EventArgs
public class NewCallEventArgs : EventArgs
type NewCallEventArgs = class
inherit EventArgs
Public Class NewCallEventArgs
Inherits EventArgs
- Inheritance
-
NewCallEventArgs
Constructors
NewCallEventArgs(Guid, CallInfoData) |
Initializes a new instance of the NewCallEventArgs class. |
Properties
CallInfo |
Gets or sets the CallInfoData Object preloaded with the initial CTI centric information. |
CtiRefCallId |
Gets or sets the call reference ID assigned by CTI for internal tracking. |