'宣言 Public Delegate Sub GraphMouseEventHandler( _ ByVal sender As Object, _ ByVal e As GraphMouseEventArgs _ )
public delegate void GraphMouseEventHandler( object sender, GraphMouseEventArgs e )
パラメータ
- sender
- イベントの送信元。
- e
- イベントデータを含むGraphMouseEventArgsクラス。