Intrinsic objects provide convenient access to common objects used within various script bindings and event handlers.
Top
The following tables list the members exposed by the Intrinsic Objects type.
| Name | Description | |
|---|---|---|
|
Element | References the IPageElement that owns the script. |
|
ElementData | Represents a dynamic collection of data owned by the IPageElement that owns the script. |
|
EventArgs | References the event arguments passed to the event handler when the event occurs. |
|
EventName | Returns the name of the event that triggers this script. Only relevant for event handler properties. |
|
Me | References the underlying control of the IPageElement. |
|
Page | References the hosting IPage. |
