Version

TemplateInstantiated Method

This is where a template container can be modified. The template is already instantiated and the controls are created.
Syntax
'Declaration
 
Protected Overridable Sub TemplateInstantiated( _
   ByVal tc As TemplateContainer _
) 
protected virtual void TemplateInstantiated( 
   TemplateContainer tc
)

Parameters

tc
The template container, which contains the instance of the template controls.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also