JournalEntry.KeepAlive Attached Property

Definition

Gets or sets a value that indicates whether the content of a journal entry is either retained or re-created when navigated to in navigation history.

see GetKeepAlive, and SetKeepAlive
see GetKeepAlive, and SetKeepAlive
see GetKeepAlive, and SetKeepAlive

Examples

The following example shows how to set the attached KeepAlive property for a Page.

<Page
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    JournalEntry.KeepAlive="True"
    >
  <!--Page Content-->
</Page>

Remarks

See KeepAlive for how this property is used by pages.

Dependency Property Information

Identifier field KeepAliveProperty
Metadata properties set to true None

Applies to