Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnTemplateChanged( _ ByVal oldTemplate As ControlTemplate, _ ByVal newTemplate As ControlTemplate _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2GridHeading Dim oldTemplate As ControlTemplate Dim newTemplate As ControlTemplate instance.OnTemplateChanged(oldTemplate, newTemplate) |
C# | |
---|---|
protected virtual void OnTemplateChanged( ControlTemplate oldTemplate, ControlTemplate newTemplate ) |
C++/CLI | |
---|---|
protected: virtual void OnTemplateChanged( ControlTemplate^ oldTemplate, ControlTemplate^ newTemplate ) |
Parameters
- oldTemplate
- newTemplate
Target Platforms: 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