<< Click to Display Table of Contents >> AfterCloseWindow Event - .NET |
[Not supported by VpeWebControl]
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).
EventHandler VPE. AfterCloseWindow(
object sender,
System.EventArgs e
)
object sender
the VPE document object that fired the event
System.EventArgs e
event data, see .NET documentation
AfterDestroyWindow Event - .NET