'宣言 Public Event GotKeyboardFocus As System.Windows.Input.KeyboardFocusChangedEventHandler
public event System.Windows.Input.KeyboardFocusChangedEventHandler GotKeyboardFocus
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.KeyboardFocusChangedEventArgs 型の引数を受け取りました。次の KeyboardFocusChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
KeyboardDevice | System.Windows.Input.KeyboardEventArgsから継承されます。 |
NewFocus | Gets the element that focus has moved to. |
OldFocus | Gets the element that previously had focus. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照