BindElementEvent Class

BindElementEvent Class

Raised by:  TAS
Base Class:  SaltElementEvent
Derived Classes:  None

BindElementEvent is raised to the Trace log whenever a value bind occurs.

BindElementEvent has the following properties:

Property

Type

Description

Operation

String

The name of the SALT event that occurred (to cause this bind); for example, onreco or onreceived.

AttributesAndProperties

String

A string containing all attributes and properties of the element, including XML type information with the XML DOM object and recognition results.
If the property is not an XML type, only strings and numbers are included.

ID

String

The ID attribute of the element.

Result

String

The contents of the XML document (the recognized spoken input, or smex message).
This property should not be populated if the element that caused the value bind was designated confidential.

Remarks

The SALT bind element is used to bind values from spoken input into the page, or to call methods on page elements (or both).

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent| Event Filters | Filtering Logged Events