NavigationWindow.GoBack Método

Definición

Navega al elemento más reciente del historial de retroceso de navegación.

public:
 virtual void GoBack();
public:
 void GoBack();
public void GoBack ();
abstract member GoBack : unit -> unit
override this.GoBack : unit -> unit
member this.GoBack : unit -> unit
Public Sub GoBack ()

Excepciones

Se llama a GoBack() cuando no hay ninguna entrada en el historial de navegación hacia atrás.

Se aplica a

Consulte también