LosingFocusEventArgs.OldFocusedElement Property
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();
C#
public DependencyObject OldFocusedElement { get; }
var dependencyObject = losingFocusEventArgs.oldFocusedElement;
Public ReadOnly Property OldFocusedElement As DependencyObject
The last focused object.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |