MetroNavigationWindow.

AddBackEntry(CustomContentState) Method

Summary

Adds an entry to back navigation history that contains a CustomContentState object.
Namespace
MahApps.Metro.Controls
Containing Type
MetroNavigationWindow

Syntax

[System.Diagnostics.DebuggerNonUserCode]
public void AddBackEntry(CustomContentState state)

Attributes

Type Description
DebuggerNonUserCodeAttribute

Parameters

Name Type Description
state CustomContentState A CustomContentState object that represents application-defined state that is associated with a specific piece of content.

Return Value

Type Description
void