ItemsControl.OnAlternationCountChanged(Int32, Int32) Method

Definition

Invoked when the AlternationCount property changes.

protected:
 virtual void OnAlternationCountChanged(int oldAlternationCount, int newAlternationCount);
protected virtual void OnAlternationCountChanged (int oldAlternationCount, int newAlternationCount);
abstract member OnAlternationCountChanged : int * int -> unit
override this.OnAlternationCountChanged : int * int -> unit
Protected Overridable Sub OnAlternationCountChanged (oldAlternationCount As Integer, newAlternationCount As Integer)

Parameters

oldAlternationCount
Int32

The old value of AlternationCount.

newAlternationCount
Int32

The new value of AlternationCount.

Applies to