|
|
|||
|
|
| Built-in Mathematica Symbol | |See Also » |
| PassEventsDown is an option to EventHandler which specifies whether events handled by a particular event handler should be passed down to event handlers nested inside. |
| True | pass all events down | |
| False | pass no events down | |
| Automatic | pass events down only to explicit EventHandler constructs |
By default, EventHandler intercepts the specified event:
Setting PassEventsDown allows graphics editing to receive mouse events:
|