<< Click to Display Table of Contents >> AfterCloseWindow Event - Java |
[GUI version only]
Is fired, when the preview window was closed - for example by the user - and AutoDelete is False (which means, that the document is not destroyed, if the preview is closed).
public void AfterCloseWindow(
EventObject e
)
EventObject e
the event object, see Java documentation
AfterDestroyWindow Event - Java