IInputElement.PreviewGotKeyboardFocus Event
Definition
Occurs when the keyboard is focused on this element.
public:
event System::Windows::Input::KeyboardFocusChangedEventHandler ^ PreviewGotKeyboardFocus;
event System.Windows.Input.KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus;
member this.PreviewGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventHandler
Event PreviewGotKeyboardFocus As KeyboardFocusChangedEventHandler
Event Type
Remarks
This interface is not intended for public implementation. For more information, see remarks for the IInputElement interface.