'宣言 Public Event PreviewMouseUp As System.Windows.Input.MouseButtonEventHandler
public event System.Windows.Input.MouseButtonEventHandler PreviewMouseUp
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseButtonEventArgs 型の引数を受け取りました。次の MouseButtonEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ClickCount | Gets the number of times the button was clicked. |
Handled | Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
StylusDevice | System.Windows.Input.MouseEventArgsから継承されます。 |
参照