TextBoxBase.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Metodo

Definizione

Richiamato ogni volta che un evento indirizzato associato non gestito GotKeyboardFocus raggiunge un elemento derivato da questa classe nella relativa route. Implementare questo metodo per aggiungere la gestione delle classi per questo evento.

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)

Parametri

e
KeyboardFocusChangedEventArgs

Fornisce dati sull'evento.

Si applica a

Vedi anche