Application::OnNavigationProgress Method (NavigationProgressEventArgs^)
.NET Framework (current version)
Raises the NavigationProgress event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Navigation::NavigationProgressEventArgs^
A NavigationProgressEventArgs that contains the event data.
OnNavigationProgress raises the NavigationProgress event.
A type that derives from Application may override OnNavigationProgress. The overridden method must explicitly call OnNavigationProgress in the base class if NavigationProgress needs to be raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: