バージョン

DataUpdatedOverride メソッド (BubbleSeries)

設定されているデータが変更するときに呼び出されます。
シンタックス
'宣言
 
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
DataSource イベント アクション
position
項目インデックス
count
項目数
propertyName
プロパティ名
参照