ENTRY OnItemExpand(IN INT _refId, IN INT _itemHandle, IN BOOL _bExpand) ; script actions END OnItemExpand |
ENTRY XXX_OnItemExpand(IN INT _itemHandle, IN BOOL _bExpand) ; script actions END XXX_OnItemExpand |
| _refId | Parameter if INT type (required for global handler). |
| _itemHandle | Item identifier. |
| _bExpand | Attribute "expand" or "collapse" of the item. |
| XXX | Name of Reference variable connected to graphic object (without the character "_"). |