OnTransferred Method (Object, TransferredEventArgs)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raises a Transferred event during an asynchronous Browser session.

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

Syntax

C#
protected virtual void OnTransferred(
	Object sender,
	TransferredEventArgs e
)

Parameters

sender
Type: System..::..Object
The object that initiated the Transferred event.
e
Type: Microsoft.Speech.VoiceXml.Common..::..TransferredEventArgs
An instance of TransferredEventArgs that contains information from the Transferred event.

Remarks

You can override the OnTransferred method to customize its functionality.

See Also