Click or drag to resize

NavigationFrameGoBack Method (NavigationType)

Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history.

Namespace:  Cauldron.XAML.Controls
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task<bool> GoBack(
	NavigationType navigationType
)

Parameters

navigationType
Type: Cauldron.XAML.NavigationNavigationType
The type of navigation attempt

Return Value

Type: TaskBoolean
true if the navigation attempt was successful; otherwise, false
See Also