BlinkIDDirectAPIDemo.MainPage.OnNavigatedTo C# (CSharp) 메소드

OnNavigatedTo() 보호된 메소드

Called when this page is navigated to.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            // call default behaviour
            base.OnNavigatedTo(e);
        }