AfterCloseWindow Event - Java

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Java Control >

AfterCloseWindow Event - Java

Previous pageReturn to chapter overviewNext page

[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

 

See also:

AfterDestroyWindow Event - Java