NavigationService.CanGoForward Property

Definition

Gets a value that indicates whether there is at least one entry in forward navigation history.

public:
 property bool CanGoForward { bool get(); };
public bool CanGoForward { get; }
member this.CanGoForward : bool
Public ReadOnly Property CanGoForward As Boolean

Property Value

true if there is at least one entry in forward navigation history; otherwise, false.

Remarks

CanGoForward to determine whether there is at least one entry in forward navigation history. This property should be inspected before calling GoForward; if GoForward is called and there are no entries in forward navigation history, an InvalidOperationException is thrown.

Applies to

See also