Share via


ICtiCallStateManager.RaiseNewCallEvent(NewCallEventArgs) Method

Definition

Raises the new call event.

public:
 void RaiseNewCallEvent(Microsoft::Uii::Desktop::Cti::Core::NewCallEventArgs ^ newCallArgs);
public void RaiseNewCallEvent (Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs newCallArgs);
abstract member RaiseNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs -> unit
Public Sub RaiseNewCallEvent (newCallArgs As NewCallEventArgs)

Parameters

newCallArgs
NewCallEventArgs

Specifies the new call arguments.

Applies to