KeyboardFocusChangedEventArgs.OldFocus Property

Definition

Gets the element that previously had focus.

public:
 property System::Windows::IInputElement ^ OldFocus { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement OldFocus { get; }
member this.OldFocus : System.Windows.IInputElement
Public ReadOnly Property OldFocus As IInputElement

Property Value

The previously focused element.

Applies to

See also