TextBoxBase.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Methode

Definition

Wird aufgerufen, wenn ein nicht GotKeyboardFocus behandeltes angefügtes Routingereignis ein von dieser Klasse abgeleitetes Element in seiner Route erreicht. Implementieren Sie diese Methode, um eine Klassenbehandlung für dieses Ereignis hinzuzufügen.

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)

Parameter

e
KeyboardFocusChangedEventArgs

Stellt Daten zum Ereignis bereit.

Gilt für:

Weitere Informationen