The following list summarizes the EventObject object properties (VBScript) and methods (Perl):
| Property name | Access | Description |
|---|---|---|
| CheckState | Read-only | Returns the check state of an associated check box. |
| EditText | Read-only | Returns the text in an associated Edit control. |
| EventType | Read-only | Returns the type of event that caused the hook invocation. |
| ItemName | Read-only | Returns the name of the form item that caused the hook to be invoked. |
| ListSelection | Read-only | Returns the primary key of the selected object. |
| ObjectItem | Read-only | (Visual Basic only) Returns the entity object associated with the current selection. |
| StringItem | Read-only | Returns the name of the menu item hook. |