Application.OnNavigationProgress(NavigationProgressEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the NavigationProgress event.
protected:
virtual void OnNavigationProgress(System::Windows::Navigation::NavigationProgressEventArgs ^ e);
protected virtual void OnNavigationProgress (System.Windows.Navigation.NavigationProgressEventArgs e);
abstract member OnNavigationProgress : System.Windows.Navigation.NavigationProgressEventArgs -> unit
override this.OnNavigationProgress : System.Windows.Navigation.NavigationProgressEventArgs -> unit
Protected Overridable Sub OnNavigationProgress (e As NavigationProgressEventArgs)
Parameters
A NavigationProgressEventArgs that contains the event data.
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.