CtiCallStateManager.OnCallInfoEvent(CtiCoreEventArgs) Method

Definition

Event Sink for the new call info event.

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

Parameters

e
CtiCoreEventArgs

Specifies the CTI Core event arguments.

Applies to