バージョン

OnPreviewMouseDown メソッド

このクラスから派生したルートで未処理の System.Windows.Input.Mouse.PreviewMouseDown 添付イベントが要素に達した時に呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnPreviewMouseDown( _
   ByVal e As MouseButtonEventArgs _
) 
protected override void OnPreviewMouseDown( 
   MouseButtonEventArgs e
)

パラメータ

e
イベント データを含む System.Windows.Input.MouseButtonEventArgs。
参照