リサイズはクリックかドラッグ

EditBaseOnTemplateChanged メソッド

コントロールのテンプレートが変更されたときに呼び出されます。

名前空間:  GrapeCity.Windows.InputMan.Primitives
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected override void OnTemplateChanged(
	ControlTemplate oldTemplate,
	ControlTemplate newTemplate
)

パラメーター

oldTemplate
型: System.Windows.ControlsControlTemplate
古いテンプレート。
newTemplate
型: System.Windows.ControlsControlTemplate
新しいテンプレート。
関連項目