RichTextBox for WPF
MouseLeftButtonDown イベント (C1RichTextBox)

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox 名前空間 > C1RichTextBox クラス : MouseLeftButtonDown イベント
System.Windows.UIElement 上にマウスポインタがあるときに、左マウスボタンを押す(またはスタイラスの先がタブレット PC に触れる)と発生します。
シンタックス
'宣言
 
Public Event MouseLeftButtonDown As System.Windows.Input.MouseButtonEventHandler
public event System.Windows.Input.MouseButtonEventHandler MouseLeftButtonDown
イベント データ

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

プロパティ解説
Gets the state of the button associated with the event.  
Gets the button associated with the event.  
Gets the number of times the button was clicked.  
解説
このイベントは、ハンドラがマウスダウンのデフォルトの動作を回避できるようにするために、System.Windows.UIElement の MouseLeftButtonDown を オーバーライドします。
参照