Summary
Adds an entry to back navigation history that contains a CustomContentState object.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Metro
Navigation Window
Syntax
[System.Diagnostics.DebuggerNonUserCode]
public void AddBackEntry(CustomContentState state)
Attributes
Type | Description |
---|---|
Debugger |
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 |