CtiCallStateManager.OnCallStateChanged(CtiCoreEventArgs) Method

Definition

Event Sink for the call status changed event.

public:
 abstract void OnCallStateChanged(Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ e);
public abstract void OnCallStateChanged (Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs e);
abstract member OnCallStateChanged : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
Public MustOverride Sub OnCallStateChanged (e As CtiCoreEventArgs)

Parameters

e
CtiCoreEventArgs

Specifies the CTI Core event arguments.

Applies to