KeyboardFocusChangedEventArgs::NewFocus Property

 

Gets the element that focus has moved to.

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

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

Property Value

Type: System.Windows::IInputElement^

The element with focus.

.NET Framework
Available since 3.0
Return to top
Show: