AfterDestroyWindow Event - .NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

AfterDestroyWindow Event - .NET

Previous pageReturn to chapter overviewNext page

[Not supported by VpeWebControl]

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).

EventHandler VPE.AfterDestroyWindow(

object sender,

System.EventArgs e

)

object sender

the VPE document object that fired the event

System.EventArgs e

event data, see .NET 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.