CtiCallStateManager.CallItemEvent Event
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.
Raised when a new call item information event is received.
public:
virtual event EventHandler<Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^> ^ CallItemEvent;
public event EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs> CallItemEvent;
member this.CallItemEvent : EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs>
Public Event CallItemEvent As EventHandler(Of CtiCoreEventArgs)