[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.OnGotKeyboardFocus

OnGotKeyboardFocus Method

OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

Invoked when an unhandled Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Protected Overrides Sub OnGotKeyboardFocus(e As KeyboardFocusChangedEventArgs)
Parameters
Type Name Description
KeyboardFocusChangedEventArgs e

The KeyboardFocusChangedEventArgs that contains the event data.

Overrides