ExpanderButton.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) 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 it has keyboard focus.
protected override void OnGotKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs args);
override this.OnGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnGotKeyboardFocus (args As KeyboardFocusChangedEventArgs)
Parameters
The event data that describes getting keyboard focus.