MetroIde.Dialogs.ControlDialogs.MessageBoxInput.txtInput_GotFocus C# (CSharp) Méthode

txtInput_GotFocus() private méthode

private txtInput_GotFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void
        private void txtInput_GotFocus(object sender, RoutedEventArgs e)
        {
            lblPlaceholder.Visibility = Visibility.Collapsed;
        }