This topic has not yet been rated - Rate this topic

PrintTemplateInstantiation event

Fires when a print template is instantiated.

Syntax

HTML Attribute <element PrintTemplateInstantiation = "handler(event)">
Event Property object.PrintTemplateInstantiation = handler;
attachEvent Method object.attachEvent("PrintTemplateInstantiation", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

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.
VBObject 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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.