Called when the ItemTemplate property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected virtual void OnItemTemplateChanged(
	DataTemplate oldItemTemplate,
	DataTemplate newItemTemplate
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemTemplateChanged ( _
	oldItemTemplate As DataTemplate, _
	newItemTemplate As DataTemplate _
)

Parameters

oldItemTemplate
Type: System.Windows..::.DataTemplate
newItemTemplate
Type: System.Windows..::.DataTemplate

See Also