







|
| Browser..::..OnTransferring Method (Object, TransferringEventArgs) |
| Browser Class See Also Send Feedback |
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.
