Adds class handling for the LostKeyboardFocus 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 OnLostKeyboardFocus(
	KeyboardFocusChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnLostKeyboardFocus ( _
	e As KeyboardFocusChangedEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.KeyboardFocusChangedEventArgs
Provides data about the event.

See Also