Notebook events
Because of the nature of the user interface notebooks present, there are several events that might be of particular interest to you. These events provide you with convenient points to:
Initialize a page as it becomes visible to the user
Perform appropriate processing when a user has finished with a page
Prevent the user from changing the current notebook page
The specific events of interest for the PM Notebook and Windows Notebook are:
aboutToBeSwitchedFrom - is triggered for a notebook page when the user wants to make a new page visible
aboutToBeSwitchedTo - is triggered for a notebook page just before the page becomes visible to the user
aboutToChangePages - is triggered for the notebook when the user wants to make a new page visible
Let's make some event-to-script connections to show you the capability provided by these events.
Last modified date: 07/13/2020