Provides control-specific handling for the IsKeyboardFocusWithinChanged 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 OnIsKeyboardFocusWithinChanged(
	DependencyPropertyChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnIsKeyboardFocusWithinChanged ( _
	e As DependencyPropertyChangedEventArgs _
)

See Also