Catrobat.IDE.WindowsPhone.Views.Editor.Formula.ChangeVariableView.OnNavigatedTo C# (CSharp) Метод

OnNavigatedTo() защищенный Метод

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            TextBoxVariableName.SelectAll();
            TextBoxVariableName.Focus(FocusState.Keyboard);
            base.OnNavigatedTo(e);
        }