ItemsControl.OnItemTemplateChanged Method
.NET Framework 3.5
Invoked when the ItemTemplate property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Protected Overridable Sub OnItemTemplateChanged ( _ oldItemTemplate As DataTemplate, _ newItemTemplate As DataTemplate _ ) 'Usage Dim oldItemTemplate As DataTemplate Dim newItemTemplate As DataTemplate Me.OnItemTemplateChanged(oldItemTemplate, _ newItemTemplate)
You cannot use methods in XAML.
Parameters
- oldItemTemplate
- Type: System.Windows.DataTemplate
The old ItemTemplate property value.
- newItemTemplate
- Type: System.Windows.DataTemplate
The new ItemTemplate property value.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.