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::Content Property

 

Gets a reference to the content object that is being navigated to.

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

public:
property Object^ Content {
	Object^ get();
}

Property Value

Type: System::Object^

A Object reference to the content object that is being navigated to; otherwise, null.

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
Return to top
Show:
© 2017 Microsoft