バージョン

MouseEventHandler デリゲート

UltraDataChart マウス関連イベントを処理する方法を表します。
シンタックス
'宣言
 
Public Delegate Sub MouseEventHandler( _
   ByVal sender As Object, _
   ByVal e As ChartMouseEventArgs _
) 
public delegate void MouseEventHandler( 
   object sender,
   ChartMouseEventArgs e
)

パラメータ

sender
イベント ハンドラーが関連付けられているオブジェクト。
e
イベント データ。
参照