Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.SessionCompleted Event
Raised when the Browser exits a VoiceXML page during an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Event SessionCompleted As EventHandler(Of SessionCompletedEventArgs)
'Usage
Dim instance As Browser
Dim handler As EventHandler(Of SessionCompletedEventArgs)
AddHandler instance.SessionCompleted, handler
public event EventHandler<SessionCompletedEventArgs> SessionCompleted
Remarks
When the SessionCompleted event is raised, the Result property on the SessionCompletedEventArgs instance contains a VoiceXmlResult object, which has information about the result of the session.