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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา