ItemsControl.OnAlternationCountChanged(Int32, Int32) 메서드

정의

AlternationCount 속성이 변경될 때 호출됩니다.

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)

매개 변수

oldAlternationCount
Int32

AlternationCount의 이전 값입니다.

newAlternationCount
Int32

AlternationCount의 새 값입니다.

적용 대상