Event that occurs before the Amos Graphics window is closed. If you need to be sure that the Amos Graphics window stays open during some operation, you can trap this event in order to keep the window from closing.
Syntax
pd.QueryUnload (cancel)
The QueryUnload event syntax has the following parts:
Part |
Description |
cancel |
(Boolean) Set cancel to True in order to prevent the Amos Graphics window from closing. Otherwise, the window will close. |