ComponentOne Chart3D for WPF and Silverlight
OnTemplateChanged Method (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend 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 C1Chart3DLegend
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

C1Chart3DLegend Class
C1Chart3DLegend Members