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::Content Property
.NET Framework (current version)
Gets a reference to the content object that is being navigated to.
Assembly: PresentationFramework (in PresentationFramework.dll)
You can navigate to content using either a uniform resource identifier (URI) or an object. When navigating to an object, which occurs when calling NavigationService::Navigate and NavigationService::Navigate, Content contains a reference to the content object that is being navigated to. Additionally, the Uri property will be null.
.NET Framework
Available since 3.0
Available since 3.0
Show: