Edit

Share via


ItemsControl.OnAlternationCountChanged(Int32, Int32) Method

Definition

Invoked when the AlternationCount property changes.

protected virtual void OnAlternationCountChanged(int oldAlternationCount, int newAlternationCount);

Parameters

oldAlternationCount
Int32

The old value of AlternationCount.

newAlternationCount
Int32

The new value of AlternationCount.

Applies to