ItemsControl.OnItemContainerStyleChanged(Style, Style) Метод

Определение

Вызывается при изменении значения свойства ItemContainerStyle .

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)

Параметры

oldItemContainerStyle
Style

Предыдущее значение свойства ItemContainerStyle .

newItemContainerStyle
Style

Текущее значение свойства ItemContainerStyle .

Применяется к