Controls whether the event object listens to events occurring in the referenced node only, or to events occurring in the referenced node and descendents.
Reference_Syntax.listen = "refOnly | refAndDescendents"
Type
Values
String
refOnly (default): Listens to the event only on the container specified by the ref property.
refAndDescendents: Listens to the event as it fires on the ref node and any of its descendents.
Model
Object
Form Model
event
XFA 3.0