GridViewColumnHeader.OnLostKeyboardFocus Method

Definition

Provides class handling for the LostKeyboardFocus event for a GridViewColumnHeader.

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

The event data.

Remarks

The GridViewColumnHeader implementation of OnLostKeyboardFocus clears mouse capture.

This implementation does not change the Handled property of the KeyboardFocusChangedEventArgs.

Applies to