バージョン

MouseMove イベント

ビジュアル フラグメント シリーズの内側でマウスを移動させると発生します。
シンタックス
'宣言
 
Public Event MouseMove As MouseEventHandler
public event MouseEventHandler MouseMove
イベント データ

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

プロパティ解説
Device System.Windows.Input.InputEventArgsから継承されます。Gets the input device that initiated this event.
Handled System.Windows.RoutedEventArgsから継承されます。Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
LeftButton Gets the current state of the left mouse button.
MiddleButton Gets the current state of the middle mouse button.
MouseDevice Gets the mouse device associated with this event.
OriginalSource System.Windows.RoutedEventArgsから継承されます。Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class.
RightButton Gets the current state of the right mouse button.
RoutedEvent System.Windows.RoutedEventArgsから継承されます。Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance.
Source System.Windows.RoutedEventArgsから継承されます。Gets or sets a reference to the object that raised the event.
StylusDevice Gets the stylus device associated with this event.
Timestamp System.Windows.Input.InputEventArgsから継承されます。Gets the time when this event occurred.
XButton1 Gets the current state of the first extended mouse button.
XButton2 Gets the state of the second extended mouse button.
参照