BlinkIDDirectAPIDemo.MainPage.OnNavigatedTo C# (CSharp) Method

OnNavigatedTo() protected method

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