AzureDNSManager.InputDialog.txtbox_GotFocus C# (CSharp) Method

txtbox_GotFocus() private method

private txtbox_GotFocus ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
return void
        private void txtbox_GotFocus(object sender, RoutedEventArgs e)
        {
            txtbox.SelectAll();
        }