KeyboardFocusChangedEventArgs::OldFocus Property

 

Gets the element that previously had focus.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IInputElement^ OldFocus {
	IInputElement^ get();
}

Property Value

Type: System.Windows::IInputElement^

The previously focused element.

.NET Framework
Available since 3.0
Return to top
Show: