CtiCallStateManager.OnNewCallEvent(NewCallEventData) 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 new call event.
protected:
abstract void OnNewCallEvent(Microsoft::Uii::Desktop::Cti::Core::NewCallEventData ^ callEventData);
protected abstract void OnNewCallEvent (Microsoft.Uii.Desktop.Cti.Core.NewCallEventData callEventData);
abstract member OnNewCallEvent : Microsoft.Uii.Desktop.Cti.Core.NewCallEventData -> unit
Protected MustOverride Sub OnNewCallEvent (callEventData As NewCallEventData)
Parameters
- callEventData
- NewCallEventData
Specifies the new call details.