バージョン

NotifySetItem メソッド (BaseSeriesViewerView)

データ ソースに項目が設定されたことを SeriesViewer に手動的に通知するために使用されます。そのデータ ソースが監視可能ではない場合に必要です。
シンタックス
public void NotifySetItem( 
   object source_,
   int index,
   object oldItem,
   object newItem
)

パラメータ

source_
データ ソースが変更されました。
index
変更のインデックス
oldItem
以前の項目。
newItem
新しい項目。
参照