Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Browser.Disconnected Event

Raised after a call is disconnected from an asynchronous Browser session.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Public Event Disconnected As EventHandler(Of DisconnectedEventArgs)
'Usage
Dim instance As Browser
Dim handler As EventHandler(Of DisconnectedEventArgs)

AddHandler instance.Disconnected, handler
public event EventHandler<DisconnectedEventArgs> Disconnected

Remarks

When the Disconnected event is raised, the State property on the DisconnectedEventArgs instance indicates the DisconnectState.

See Also

Reference

Browser Class

Browser Members

Microsoft.Speech.VoiceXml Namespace