Click or drag to resize

NavigationListTTryNavigateBackward(T) Method

Tries to go one point backward in the navigation list.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryNavigateBackward(
	out T point
)

Parameters

point  T
On success, returns the previous navigation point.

Return Value

Boolean
True if a previous navigation point could be returned in point, otherwise false.
See Also