'宣言 Public Event ElementMouseLeftButtonUp As System.Windows.Input.MouseButtonEventHandler
public event System.Windows.Input.MouseButtonEventHandler ElementMouseLeftButtonUp
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseButtonEventArgs 型の引数を受け取りました。次の MouseButtonEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| ButtonState | Gets the state of the button associated with the event. |
| ChangedButton | Gets the button associated with the event. |
| ClickCount | Gets the number of times the button was clicked. |
参照