バージョン

DataUpdatedOverride メソッド (FinancialIndicator)

派生クラスでオーバーライドすると、シリーズ データを変更したときに、必ず DataChangedOverride を呼び出します。
シンタックス
'宣言
 
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
更新されたプロパティの名前。
参照