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

 

Gets the optional data Object that was passed when navigation started.

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

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

Property Value

Type: System::Object^

The optional data Object that was passed when navigation started.

ExtraData can be used to pass context-specific data that is specific to a particular navigation. ExtraData contains a reference to the object that is passed as the second argument when calling either NavigationService::Navigate or NavigationService::Navigate. Otherwise, it is null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft