Spread WPF Documentation
OnTemplateChanged Method (HorizontalSplitBar)


GrapeCity.Windows.SpreadSheet.UI Namespace > HorizontalSplitBar 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 HorizontalSplitBar
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

HorizontalSplitBar Class
HorizontalSplitBar Members