Page History
...
Member of Panel (PRIM_PANL)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Origin | *Input | Reference to the control on which the event was initially fired | |
Handled | *Both | Boolean | Set to true to stop the event being propagated to the parent control |
...
The Origin and Handled parameters of the event provide the source of the event and a means to prevent propagation up the parent chain respectively