バージョン

FinancialChartCustomIndicatorHandler デリゲート

ファイナンシャル チャートのカスタム インジケーター イベントのイベント ハンドラー。
シンタックス
'宣言
 
Public Delegate Sub FinancialChartCustomIndicatorHandler( _
   ByVal sender As Object, _
   ByVal e As FinancialChartCustomIndicatorArgs _
) 
public delegate void FinancialChartCustomIndicatorHandler( 
   object sender,
   FinancialChartCustomIndicatorArgs e
)

パラメータ

sender
イベントのソース。
e
イベント データ。
参照