バージョン

Series_CollectionChanged メソッド

Series コントロールの CollectionChanged イベントを処理します。
シンタックス
'宣言
 
Protected Friend Sub Series_CollectionChanged( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
protected internal void Series_CollectionChanged( 
   object sender,
   NotifyCollectionChangedEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントのデータを含む System.Collections.Specialized.NotifyCollectionChangedEventArgs インスタンス。
参照