バージョン

DataUpdatedOverride メソッド (ShapeSeriesBase)

データ更新を処理するために派生したクラスにオーバーライドされます。
シンタックス
'宣言
 
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
変更されたプロパティ名。
参照