Aviary.SDKs.WP8.TestApp.App.CompleteInitializePhoneApplication C# (CSharp) Méthode

CompleteInitializePhoneApplication() private méthode

private CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
Résultat void
        private void CompleteInitializePhoneApplication(object sender, NavigationEventArgs e)
        {
            // Set the root visual to allow the application to render
             if (RootVisual != RootFrame)
            RootVisual = RootFrame;

             // Remove this handler since it is no longer needed
             RootFrame.Navigated -= CompleteInitializePhoneApplication;
        }