xforms-onexpand |
This event is fired when you expand a Groupbox control.
Event Information
To invoke |
Call expand method of groupbox or click on group header after enabling collapsible property of groupbox. |
Default Action |
Initiates any action associated with the event |
Named Script |
xforms-onexpand |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Denotes the control whose value changes with this change operation. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Note: This event executes only if the Collapsible property of the Groupbox is enabled.