PrintTemplateTeardown Event

Fires when a print template is destroyed.

Syntax

  Private Sub object_PrintTemplateTeardown( _
  ByVal pDisp As Object)

Parameters

  • object
    Object expression that resolves to the objects in the Applies To list.
  • pDisp
    Object that evaluates to the top-level or frame WebBrowser object corresponding to the navigation.

Remarks

PrintTemplateTeardown was introduced in Microsoft Internet Explorer 6.

Applies To

InternetExplorer, WebBrowser

See Also

PrintTemplateInstantiation