Catrobat.IDE.WindowsPhone.Views.Editor.Formula.AddNewLocalVariableView.OnNavigatedTo C# (CSharp) Method

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            TextBoxVariableName.Focus(FocusState.Keyboard);
            base.OnNavigatedTo(e);
        }