Click or drag to resize

PromptEventArgs Class

Provides data for the OhioSession.SessionPrompt event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Flex.Hal.OhioPromptEventArgs

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class PromptEventArgs : EventArgs

The PromptEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyData Gets the extra data depending on prompt type.
Public propertyPromptMessage Gets the prompt message.
Public propertyResponse Sets the text response value depending on the prompt type.
Public propertyResponseOK Sets the boolean response value depending on the prompt type.
Public propertyType Gets the prompt type.
Top
See Also