ItemsControl.OnAlternationCountChanged(Int32, Int32) Metoda

Definicja

Wywoływane AlternationCount po zmianie właściwości.

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)

Parametry

oldAlternationCount
Int32

Stara wartość .AlternationCount

newAlternationCount
Int32

Nowa wartość .AlternationCount

Dotyczy