OnTransferring Method (Object, TransferringEventArgs)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raises a Transferring event during an asynchronous Browser session.

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

Syntax

C#
protected virtual void OnTransferring(
	Object sender,
	TransferringEventArgs e
)

Parameters

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

Remarks

You can override the OnTransferring method to customize its functionality.

See Also