If I've got say a change event for a checkbox declared like this:
topmostSubform.Page2.Competitions_CB.Checkbox::change - (JavaScript, client)
how do I can I get this object path so I can extract the "Competitions_CB" part into a variable?
I've been through all of the properties that sounded likely, in both xfa.event, event and this, but nothing seems to be what I'm after.