シンタックス
'宣言
Protected Overridable Sub OnTemplateChanged( _
ByVal As System.Windows.Controls.ControlTemplate, _
ByVal As System.Windows.Controls.ControlTemplate _
)
'使用法
Dim instance As OutlinesView
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 ,
System.Windows.Controls.ControlTemplate
)
パラメータ
- oldTemplate
- newTemplate
参照