Application.OnNavigationStopped(NavigationEventArgs) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Olayı tetikler NavigationStopped .
protected:
virtual void OnNavigationStopped(System::Windows::Navigation::NavigationEventArgs ^ e);
protected virtual void OnNavigationStopped(System.Windows.Navigation.NavigationEventArgs e);
abstract member OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
override this.OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
Protected Overridable Sub OnNavigationStopped (e As NavigationEventArgs)
Parametreler
NavigationEventArgs Olay verilerini içeren bir.
Açıklamalar
OnNavigationStopped olayı tetikler NavigationStopped .
türünden Application türetilen bir tür geçersiz kılabilir OnNavigationStopped. Yükseltilmesi gerekiyorsa geçersiz kılınan yöntemin temel sınıfta NavigationStopped çağrısı OnNavigationStopped yapması gerekir.