バージョン

OnMouseLeftButtonDown メソッド

マウスの左ボタンを押したときに呼び出します。
シンタックス
'宣言
 
Protected Sub OnMouseLeftButtonDown( _
   ByVal sender As Object, _
   ByVal e As MouseButtonEventArgs _
) 
protected void OnMouseLeftButtonDown( 
   object sender,
   MouseButtonEventArgs e
)

パラメータ

sender
イベントの送り手。
e
イベント引数。
参照