|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PassEventsUp
PassEventsUp
is an option to EventHandler that specifies whether events handled by a particular event handler should be passed up to event handlers in outer expressions.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
By default, nested EventHandler actions are triggered upon the specified action:
| In[1]:= |
| Out[1]= | ![]() |
By disabling PassEventsUp, prevent the outer EventHandler action from being triggered:
| In[2]:= |
| Out[2]= | ![]() |
Allow the outer EventHandler action when the Shift key is depressed:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






