Compartilhar via


WpfBrowser.PrintTemplateInstantiation Event

Fires when a print template is instantiated.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of PrintTemplateInstantiationEventArgs)

AddHandler instance.PrintTemplateInstantiation, handler

Syntax

'Declaration
<DescriptionAttribute("Fires when a print template is instantiated.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event PrintTemplateInstantiation As EventHandler(Of PrintTemplateInstantiationEventArgs)
[DescriptionAttribute("Fires when a print template is instantiated.")] 
[BrowsableAttribute(true)] 
[CategoryAttribute("DWebBrowserEvents2")] 
public event EventHandler<PrintTemplateInstantiationEventArgs> PrintTemplateInstantiation
[DescriptionAttribute(L"Fires when a print template is instantiated.")] 
[BrowsableAttribute(true)] 
[CategoryAttribute(L"DWebBrowserEvents2")] 
public:
event EventHandler<PrintTemplateInstantiationEventArgs^>^ PrintTemplateInstantiation {
    void add (EventHandler<PrintTemplateInstantiationEventArgs^>^ value);
    void remove (EventHandler<PrintTemplateInstantiationEventArgs^>^ value);
}
/** @event */
public void add_PrintTemplateInstantiation (EventHandler<PrintTemplateInstantiationEventArgs> value)

/** @event */
public void remove_PrintTemplateInstantiation (EventHandler<PrintTemplateInstantiationEventArgs> value)

Platforms

See Also

Reference

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.