
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl.OnItemContainerStyleChanged Method (Style, Style)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Invoked when the ItemContainerStyle property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected virtual void OnItemContainerStyleChanged( Style oldItemContainerStyle, Style newItemContainerStyle )
Parameters
- oldItemContainerStyle
-
Type:
System.Windows.Style
Old value of the ItemContainerStyle property.
- newItemContainerStyle
-
Type:
System.Windows.Style
New value of the ItemContainerStyle property.
.NET Framework
Available since 3.0
Available since 3.0
Show: