ComponentOne Chart3D for WPF and Silverlight
OnTemplateChanged Method (Chart3DView)


C1.WPF.C1Chart3D Namespace > Chart3DView Class : OnTemplateChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnTemplateChanged( _
   ByVal oldTemplate As System.Windows.Controls.ControlTemplate, _
   ByVal newTemplate As System.Windows.Controls.ControlTemplate _
) 
'Usage
 
Dim instance As Chart3DView
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
See Also

Reference

Chart3DView Class
Chart3DView Members