Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.Transferring Event
Raised when the VoiceXML page is about to process a <transfer> element during an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public Event Transferring As EventHandler(Of TransferringEventArgs)
'Usage
Dim instance As Browser
Dim handler As EventHandler(Of TransferringEventArgs)
AddHandler instance.Transferring, handler
public event EventHandler<TransferringEventArgs> Transferring
Remarks
When the Transferring event is raised, the State property on the TransferringEventArgs instance indicates the transfer state, and the Type property on the TransferringEventArgs instance indicates the transfer type.