ICtiCallStateManager.CallManagerStateUpdate 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.
Event raised when the state of the call changes.
public:
event EventHandler<Microsoft::Uii::Desktop::Cti::Core::CtiCallEventArgs ^> ^ CallManagerStateUpdate;
event EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCallEventArgs> CallManagerStateUpdate;
member this.CallManagerStateUpdate : EventHandler<Microsoft.Uii.Desktop.Cti.Core.CtiCallEventArgs>
Event CallManagerStateUpdate As EventHandler(Of CtiCallEventArgs)