|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
NotebookEventActions
NotebookEventActions
is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
DetailsDetails
- NotebookEventActions->{"event1":>action1, "event2":>action2, ...} specifies that
should be evaluated whenever
occurs in connection with the notebook. - The possible event specifications are the same as for EventHandler, with the following addition:
-
"WindowClose" window being closed - Settings for NotebookEventActions are often defined at the level of stylesheets, rather than for individual notebooks.
- By default, any action specified for an event by NotebookEventActions will override any default action that Mathematica would take for that event.
- The default behavior can be changed by including rules for PassEventsDown or PassEventsUp in the list given as the setting for NotebookEventActions.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
