The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl::OnAlternationCountChanged Method (Int32, Int32)
.NET Framework (current version)
Invoked when the AlternationCount property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnAlternationCountChanged( int oldAlternationCount, int newAlternationCount )
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
Available since 3.0
Show: