Basic Library for WPF/Silverlight
PreviewMouseDown イベント (C1TabControl)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TabControl クラス : PreviewMouseDown イベント
シンタックス
'宣言
 
Public Event PreviewMouseDown As System.Windows.Input.MouseButtonEventHandler
public event System.Windows.Input.MouseButtonEventHandler PreviewMouseDown
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseButtonEventArgs 型の引数を受け取りました。次の MouseButtonEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the number of times the button was clicked.  
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.MouseEventArgsから継承されます。
参照