![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Raises a Disconnecting event during an asynchronous Browser session.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
protected virtual void OnDisconnecting( Object sender, DisconnectingEventArgs e ) |
Parameters
- sender
- Type: System..::..Object
The object that initiated the Disconnecting event.
- e
- Type: Microsoft.Speech.VoiceXml.Common..::..DisconnectingEventArgs
An instance of DisconnectingEventArgs that contains information from the Disconnecting event.
Remarks
You can override the OnDisconnecting method to customize its functionality.