GettingFocusEventArgs.OldFocusedElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last focused object.
public:
property DependencyObject ^ OldFocusedElement { DependencyObject ^ get(); };
DependencyObject OldFocusedElement();
public DependencyObject OldFocusedElement { get; }
var dependencyObject = gettingFocusEventArgs.oldFocusedElement;
Public ReadOnly Property OldFocusedElement As DependencyObject
Property Value
The last focused object.