'宣言 Public Event LostMouseCapture As System.Windows.Input.MouseEventHandler
public event System.Windows.Input.MouseEventHandler LostMouseCapture
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseEventArgs 型の引数を受け取りました。次の MouseEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
LeftButton | マウスの左ボタンの現在の状態を取得します。 |
MiddleButton | マウスの中央ボタンの現在の状態を取得します。 |
MouseDevice | このイベントに関連付けられたマウス デバイスを取得します。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RightButton | マウスの右ボタンの現在の状態を取得します。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
StylusDevice | このイベントに関連付けられたスタイラス デバイスを取得します。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
XButton1 | マウスの第 1 拡張ボタンの現在の状態を取得します。 |
XButton2 | マウスの第 2 拡張ボタンの状態を取得します。 |
参照