Adds class handling for the GotKeyboardFocus event.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected override void OnGotKeyboardFocus( KeyboardFocusChangedEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnGotKeyboardFocus ( _ e As KeyboardFocusChangedEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Input..::.KeyboardFocusChangedEventArgs
Provides data about the event.