Note

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

Browser.Transferred Event

Raised when the VoiceXML runtime has completed a phone call transfer to a recipient during an asynchronous Browser session.

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

Syntax

'Declaration
Public Event Transferred As EventHandler(Of TransferredEventArgs)
'Usage
Dim instance As Browser
Dim handler As EventHandler(Of TransferredEventArgs)

AddHandler instance.Transferred, handler
public event EventHandler<TransferredEventArgs> Transferred

Remarks

When the Transferred event is raised, the State property on the TransferredEventArgs instance indicates the transfer state, and the Type property on the TransferredEventArgs instance indicates the transfer type.

See Also

Reference

Browser Class

Browser Members

Microsoft.Speech.VoiceXml Namespace