バージョン

OnItemsSourceChanged メソッド (RecordListControlAutomationPeer)

関連する Infragistics.Windows.Virtualization.RecyclingItemsControl の ItemsSource が変更されたときに呼び出されます。
シンタックス
'宣言
 
Protected Friend Overrides Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
protected internal override void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)

パラメータ

oldValue
古い項目ソース
newValue
新しい項目ソース
参照