TextBoxBase.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) Methode

Definition

Wird aufgerufen, wenn ein nicht LostKeyboardFocus 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 OnLostKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnLostKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnLostKeyboardFocus (e As KeyboardFocusChangedEventArgs)

Parameter

e
KeyboardFocusChangedEventArgs

Stellt Daten zum Ereignis bereit.

Gilt für:

Weitere Informationen