CtiCallStateManager.RaiseNewCallEvent(NewCallEventArgs) Method

Definition

Raises a new call event if a new call event is wired.

public:
 virtual 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
override this.RaiseNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventArgs -> unit
Public Sub RaiseNewCallEvent (newCallArgs As NewCallEventArgs)

Parameters

newCallArgs
NewCallEventArgs

Specifies the new call arguments.

Implements

Applies to