CtiCallStateManager.OnCallStateChanged(CtiCoreEventArgs) Method
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.
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
Specifies the CTI Core event arguments.