'宣言 Public Event GotMouseCapture As System.Windows.Input.MouseEventHandler
public event System.Windows.Input.MouseEventHandler GotMouseCapture
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseEventArgs 型の引数を受け取りました。次の MouseEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
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から継承されます。 |
RightButton | Gets the current state of the right mouse button. |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
StylusDevice | Gets the stylus device associated with this event. |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
XButton1 | Gets the current state of the first extended mouse button. |
XButton2 | Gets the state of the second extended mouse button. |
参照