Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft