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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.