SearchControl::OnGotKeyboardFocus Method (KeyboardFocusChangedEventArgs^)

 

Provides class handling for receiving focus on the control or any element derived from this control.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnGotKeyboardFocus(
	KeyboardFocusChangedEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::KeyboardFocusChangedEventArgs^

The event data for the KeyboardFocusChanged event.

Return to top
Show: