Property PreviouslyFocused
PreviouslyFocused
When this view loses focus, this property is set to the subview that had focus before the view lost focus. This allows focus to be restored to the same subview when focus returns to this view. This is set to null when the view gains focus.
public View? PreviouslyFocused { get; }