Spread WPF Documentation
OnTemplateChanged Method (RangeGroupButtonPresenter)


Syntax
'Declaration
 
Protected Overridable Sub OnTemplateChanged( _
   ByVal oldTemplate As System.Windows.Controls.ControlTemplate, _
   ByVal newTemplate As System.Windows.Controls.ControlTemplate _
) 
'Usage
 
Dim instance As RangeGroupButtonPresenter
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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

RangeGroupButtonPresenter Class
RangeGroupButtonPresenter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.