RichTextBox for WPF
ElementMouseMove イベント (C1RichTextBox)

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.RichTextBox 名前空間 > C1RichTextBox クラス : ElementMouseMove イベント
マウスがテキスト要素上に移動すると発生します。
シンタックス
'宣言
 
Public Event ElementMouseMove As System.Windows.Input.MouseEventHandler
public event System.Windows.Input.MouseEventHandler ElementMouseMove
イベント データ

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

プロパティ解説
Gets the current state of the left mouse button.  
Gets the current state of the middle mouse button.  
Gets the mouse device associated with this event.  
Gets the current state of the right mouse button.  
Gets the stylus device associated with this event.  
Gets the current state of the first extended mouse button.  
Gets the state of the second extended mouse button.  
参照