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
.NET Framework (current version)
Gets the optional data Object that was passed when navigation started.
Assembly: PresentationFramework (in PresentationFramework.dll)
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
Available since 3.0
Show: