Adds class handling for the GotKeyboardFocus event.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.

See Also