Click or drag to resize

NavigationListTTryNavigateForward(T) Method

Tries to go one point forward 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 TryNavigateForward(
	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