'宣言 Public Event KeyUp As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyUp
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.KeyEventArgs 型の引数を受け取りました。次の KeyEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
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. |
Key | Gets the keyboard key associated with the event. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
PlatformKeyCode | Gets an integer value that represents the key that is pressed or released (depending on which event is raised). This value is the nonportable key code, which is operating system?specific. |
参照