CtiCallStateManager.OnCallItemEvent(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 call item events from the CTI system.
public:
virtual void OnCallItemEvent(Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ e);
public virtual void OnCallItemEvent (Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs e);
abstract member OnCallItemEvent : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
override this.OnCallItemEvent : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
Public Overridable Sub OnCallItemEvent (e As CtiCoreEventArgs)
Parameters
Specifies the CTI Core event arguments.