NavigatingCancelEventArgs.TargetContentState Vlastnost

Definice

CustomContentState Získá objekt, který se má použít na obsah, na který se přejde.

public:
 property System::Windows::Navigation::CustomContentState ^ TargetContentState { System::Windows::Navigation::CustomContentState ^ get(); };
public System.Windows.Navigation.CustomContentState TargetContentState { get; }
member this.TargetContentState : System.Windows.Navigation.CustomContentState
Public ReadOnly Property TargetContentState As CustomContentState

Hodnota vlastnosti

CustomContentState

Objekt CustomContentState , na který se má použít obsah, na který se přejde.

Poznámky

TargetContentState bude obsahovat CustomContentState objekt, pokud přejdete na obsah v historii navigace zpět nebo dopředu, která má CustomContentState objekt přidružený.

Platí pro