'宣言 Public Event PreviewKeyUp As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler PreviewKeyUp
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.KeyEventArgs 型の引数を受け取りました。次の KeyEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| DeadCharProcessedKey | |
| ImeProcessedKey | |
| InputSource | |
| IsDown | |
| IsRepeat | |
| IsToggled | |
| IsUp | |
| Key | |
| KeyStates | |
| SystemKey |
参照