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::OnItemContainerStyleSelectorChanged Method (StyleSelector^, StyleSelector^)
.NET Framework (current version)
Invoked when the ItemContainerStyleSelector property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnItemContainerStyleSelectorChanged( StyleSelector^ oldItemContainerStyleSelector, StyleSelector^ newItemContainerStyleSelector )
Parameters
- oldItemContainerStyleSelector
-
Type:
System.Windows.Controls::StyleSelector^
Old value of the ItemContainerStyleSelector property.
- newItemContainerStyleSelector
-
Type:
System.Windows.Controls::StyleSelector^
New value of the ItemContainerStyleSelector property.
.NET Framework
Available since 3.0
Available since 3.0
Show: