IInputElement.GotKeyboardFocus Event

Definition

Occurs when the keyboard is focused on this element.

public:
 event System::Windows::Input::KeyboardFocusChangedEventHandler ^ GotKeyboardFocus;
event System.Windows.Input.KeyboardFocusChangedEventHandler GotKeyboardFocus;
member this.GotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventHandler 
Event GotKeyboardFocus As KeyboardFocusChangedEventHandler 

Event Type

Remarks

This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.

Applies to

See also