PrintTemplateInstantiation event

Fires when a print template is instantiated.

Syntax

HTML Attribute <element PrintTemplateInstantiation = "handler(event)">
attachEvent Method object.attachEvent("PrintTemplateInstantiation", 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

PrintTemplateInstantiation was introduced in Microsoft Internet Explorer 6.

See also

InternetExplorer

WebBrowser

PrintTemplateTeardown