PageEvent Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Contains information about an event that was thrown from within a VoiceXML page.

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

Syntax

C#
public class PageEvent

Remarks

If the session completes without errors, that is if the ExitReason value is HostExitRequested, ExitElementEncountered, or DialogEndEncountered, then the PageEvent will be null.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.VoiceXml.Common..::..PageEvent

See Also