NavigatingCancelEventArgs::TargetContentState Property

 

Gets the CustomContentState object that is to be applied to the content being navigated to.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property CustomContentState^ TargetContentState {
	CustomContentState^ get();
}

Property Value

Type: System.Windows.Navigation::CustomContentState^

The CustomContentState object that is to be applied to the content being navigated to.

TargetContentState will contain a CustomContentState object if navigating to content in back or forward navigation history that has a CustomContentState object associated with it.

.NET Framework
Available since 3.0
Return to top
Show: