Application.OnNavigationProgress Method
.NET Framework 4.6 and 4.5
Raises the NavigationProgress event.
Namespace: System.Windows
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.
Show: