PrintTemplateTeardown event

Fires when a print template is destroyed.

Syntax

HTML Attribute <element PrintTemplateTeardown = "handler(event)">
attachEvent Method object.attachEvent("PrintTemplateTeardown", handler)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

  • pDisp [in]

    C++ A pointer to the Object interface for the WebBrowser object that represents the window or frame. This interface can be queried for the IWebBrowser2 interface.
    VB Object that evaluates to the top-level or frame WebBrowser object corresponding to the navigation.

Remarks

PrintTemplateTeardown was introduced in Microsoft Internet Explorer 6.

See also

InternetExplorer

WebBrowser

PrintTemplateInstantiation