Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Programmatic Notebook & Interface Customization > FrontEndEventActions >
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Programmatic Notebook & Interface Customization > FrontEndEventActions >

FrontEndEventActions

FrontEndEventActions
is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
  • FrontEndEventActions 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
  • By default, any action specified for an event by FrontEndEventActions will override any default action that Mathematica would take for that event.
Set up the front end to track the window title of notebooks that are being closed:
Set up the front end to track the window title of notebooks that are being closed:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
In[4]:=
Click for copyable input
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF