NavigatingCancelEventArgs.ContentStateToSave プロパティ

定義

移動元のページの "戻る" ナビゲーション履歴エントリに関連付けられている CustomContentState オブジェクトを取得または設定します。

public:
 property System::Windows::Navigation::CustomContentState ^ ContentStateToSave { System::Windows::Navigation::CustomContentState ^ get(); void set(System::Windows::Navigation::CustomContentState ^ value); };
public System.Windows.Navigation.CustomContentState ContentStateToSave { get; set; }
member this.ContentStateToSave : System.Windows.Navigation.CustomContentState with get, set
Public Property ContentStateToSave As CustomContentState

プロパティ値

移動元のページの "戻る" ナビゲーション履歴エントリに関連付けられている CustomContentState オブジェクト。

注釈

Navigating イベントは、あるコンテンツから別のコンテンツに移動するときに発生します。 移動元のコンテンツが、戻るナビゲーション履歴に追加されます。 状態情報をナビゲーション履歴のコンテンツに関連付けるために、カスタム CustomContentState オブジェクトで を設定ContentStateToSaveできます。

適用対象