バージョン

OnConnectionsSourceChanged(IEnumerable,IEnumerable) メソッド

ConnectionsSource プロパティ変更ハンドラー。
シンタックス
'宣言
 
Protected Overridable Sub OnConnectionsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
protected virtual void OnConnectionsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照