バージョン

DataUpdatedOverride メソッド (SplineSeriesBase)

バインドされるデータの更新を処理するために派生したクラスにオーバーライドされます。
シンタックス
'宣言
 
Protected Overrides Sub DataUpdatedOverride( _
   ByVal action As FastItemsSourceEventAction, _
   ByVal position As Integer, _
   ByVal count As Integer, _
   ByVal propertyName As String _
) 
protected override void DataUpdatedOverride( 
   FastItemsSourceEventAction action,
   int position,
   int count,
   string propertyName
)

パラメータ

action
データソースに実行される操作のタイプ。
position
変更が開始した位置。
count
変更による影響を受けた項目数。
propertyName
利用可能の場合は、変更されたプロパティ名。
参照