AfterDestroyWindow Event - Java

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Java Control >

AfterDestroyWindow Event - Java

Previous pageReturn to chapter overviewNext page

[GUI version only]

Is fired when the preview window was destroyed - for example closed by the user - and AutoDelete is True (the default). The document is also closed (removed from memory).

public void AfterDestroyWindow(

EventObject e

)

EventObject e

the event object, see Java documentation

Remarks:

Do not call any VPE method or property when processing this event. The document is already closed and not accessible.

 

This event is fired, if AutoDelete is True and the user closes the preview. Otherwise the event AfterCloseWindow is fired.