PowerTools SPREAD for Windows Forms 10.0J
OnChartActionComplete メソッド (ChartShape)


送信元。
イベントデータを含むFarPoint.Win.Chart.UndoRedoEventArgsインスタンス。
ユーザーがChartコントロールで何らかの操作を完了したときに呼び出されます。
構文
'Declaration
 
Protected Overridable Sub OnChartActionComplete( _
   ByVal sender As Object, _
   ByVal e As UndoRedoEventArgs _
) 
'使用法
 
Dim instance As ChartShape
Dim sender As Object
Dim e As UndoRedoEventArgs
 
instance.OnChartActionComplete(sender, e)
protected virtual void OnChartActionComplete( 
   object sender,
   UndoRedoEventArgs e
)

パラメータ

sender
送信元。
e
イベントデータを含むFarPoint.Win.Chart.UndoRedoEventArgsインスタンス。
参照

ChartShape クラス
ChartShape メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.