バージョン

OnItemsSourceChanged メソッド (RecordListControl)

オーバーライド。レコード リストの ItemsSource が変更した時に呼び出されます。
シンタックス
'宣言
 
Protected Overrides NotOverridable Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
protected override void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)

パラメータ

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