GettingFocusEventArgs.NewFocusedElement 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 most recent focused object.
public:
property DependencyObject ^ NewFocusedElement { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject NewFocusedElement();
void NewFocusedElement(DependencyObject value);
public DependencyObject NewFocusedElement { get; set; }
var dependencyObject = gettingFocusEventArgs.newFocusedElement;
gettingFocusEventArgs.newFocusedElement = dependencyObject;
Public Property NewFocusedElement As DependencyObject
Property Value
The most recent focused object.