Intrinsic objects provide convenient access to common objects used within various script bindings and event handlers.

The following tables list the members exposed by the Intrinsic Objects type.

Name Description
Public property Element References the IPageElement that owns the script.
Public property ElementData Represents a dynamic collection of data owned by the IPageElement that owns the script.
Public property EventArgs References the event arguments passed to the event handler when the event occurs.
Public property EventName Returns the name of the event that triggers this script. Only relevant for event handler properties.
Public property Me References the underlying control of the IPageElement.
Public property Page References the hosting IPage.
Top