AfterCloseWindow Event - .NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

AfterCloseWindow Event - .NET

Previous pageReturn to chapter overviewNext page

[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

 

See also:

AfterDestroyWindow Event - .NET