ComboBoxItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Método

Definición

Anuncia que el teclado tiene el foco en este elemento.

protected:
 override void OnGotKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnGotKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnGotKeyboardFocus (e As KeyboardFocusChangedEventArgs)

Parámetros

e
KeyboardFocusChangedEventArgs

Argumentos de eventos de entradas de teclado.

Se aplica a