WinRTXamlToolkit.Controls.AlternativePage.OnNavigatedFromAsync C# (CSharp) Méthode

OnNavigatedFromAsync() protected méthode

Invoked immediately after the Page is unloaded and is no longer the current source of a parent AlternativeFrame.
protected OnNavigatedFromAsync ( AlternativeNavigationEventArgs e ) : System.Threading.Tasks.Task
e AlternativeNavigationEventArgs /// Event data that can be examined by overriding code. The event data is representative /// of the navigation that has unloaded the current Page. ///
Résultat System.Threading.Tasks.Task
        protected virtual async Task OnNavigatedFromAsync(AlternativeNavigationEventArgs e)
#pragma warning restore 1998
        {
        }