Share via


KeyboardFocusChangedEventArgs.OldFocus Propiedad

Definición

Obtiene el elemento que previamente tenía el foco.

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

Valor de propiedad

El elemento que previamente tenía el foco.

Se aplica a

Consulte también