VirtualizingStackPanel.OnGotKeyboardFocus Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a descendent object of the VirtualizingStackPanel gets focus.
protected:
 override void OnGotKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);protected override void OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs e);override this.OnGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unitProtected Overrides Sub OnGotKeyboardFocus (e As KeyboardFocusChangedEventArgs)Parameters
The data for the event.