ItemsControl.OnItemContainerStyleChanged(Style, Style) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when the value of the ItemContainerStyle property changes.
protected:
virtual void OnItemContainerStyleChanged(Style ^ oldItemContainerStyle, Style ^ newItemContainerStyle) = OnItemContainerStyleChanged;
void OnItemContainerStyleChanged(Style const& oldItemContainerStyle, Style const& newItemContainerStyle);
protected virtual void OnItemContainerStyleChanged(Style oldItemContainerStyle, Style newItemContainerStyle);
function onItemContainerStyleChanged(oldItemContainerStyle, newItemContainerStyle)
Protected Overridable Sub OnItemContainerStyleChanged (oldItemContainerStyle As Style, newItemContainerStyle As Style)
Parameters
- oldItemContainerStyle
- Style
The previous value of the ItemContainerStyle property.
- newItemContainerStyle
- Style
The current value of the ItemContainerStyle property.