ArcFM Solution Developer Guide
OnTemplateChanged Method (Migrate)


Syntax
'Declaration
 
Protected Overridable Sub OnTemplateChanged( _
   ByVal oldTemplate As System.Windows.Controls.ControlTemplate, _
   ByVal newTemplate As System.Windows.Controls.ControlTemplate _
) 
'Usage
 
Dim instance As Migrate
Dim oldTemplate As System.Windows.Controls.ControlTemplate
Dim newTemplate As System.Windows.Controls.ControlTemplate
 
instance.OnTemplateChanged(oldTemplate, newTemplate)
protected virtual void OnTemplateChanged( 
   System.Windows.Controls.ControlTemplate oldTemplate,
   System.Windows.Controls.ControlTemplate newTemplate
)

Parameters

oldTemplate
newTemplate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Migrate Class
Migrate Members

 

 


Send Comment