バージョン

DataUpdatedOverride メソッド (HorizontalAnchoredCategorySeries)

シリーズに割り当てたデータを更新したときに呼び出します。
シンタックス
'宣言
 
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
データ項目が変更されたプロパティの名前。
参照