バージョン

DataUpdatedOverride メソッド (Series)

シリーズのデータに変更が加えられたときには必ず呼び出されるメソッドです。
シンタックス
'宣言
 
Protected Overridable Sub DataUpdatedOverride( _
   ByVal action As FastItemsSourceEventAction, _
   ByVal position As Integer, _
   ByVal count As Integer, _
   ByVal propertyName As String _
) 
protected virtual void DataUpdatedOverride( 
   FastItemsSourceEventAction action,
   int position,
   int count,
   string propertyName
)

パラメータ

action
データに対して実行されるアクション
position
更新に関係する最初の項目のインデックス。
count
更新に含まれる項目数。
propertyName
更新されたプロパティの名前。
参照