VirtualizingStackPanel.OnLostKeyboardFocus Methode

Definitie

Aangeroepen wanneer de VirtualizingStackPanel of een van de afstammingsobjecten de focus van het toetsenbord verliest.

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)

Parameters

e
KeyboardFocusChangedEventArgs

De gegevens voor de gebeurtenis.

Van toepassing op