NavigationFailedEventArgs::ExtraData Property

 

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

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 commenced.

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 Navigate or Navigate. Otherwise, it is null.

.NET Framework
Available since 3.0
Return to top
Show: