<< Click to Display Table of Contents >> AfterDestroyWindow Event - .NET |
[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.