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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.