ItemsControl.OnAlternationCountChanged Method (Int32, Int32)

 

Invoked when the AlternationCount property changes.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

abstract OnAlternationCountChanged : 
        oldAlternationCount:int *
        newAlternationCount:int -> unit
override OnAlternationCountChanged : 
        oldAlternationCount:int *
        newAlternationCount:int -> unit

Parameters

oldAlternationCount
Type: System.Int32

The old value of AlternationCount.

newAlternationCount
Type: System.Int32

The new value of AlternationCount.

.NET Framework
Available since 3.0
Return to top
Show: