AcManager.Pages.Dialogs.UpgradeIconEditor_Editor.Command_ToggleBold_CanExecute C# (CSharp) 메소드

Command_ToggleBold_CanExecute() 개인적인 메소드

private Command_ToggleBold_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
리턴 void
        private void Command_ToggleBold_CanExecute(object sender, CanExecuteRoutedEventArgs e) {
            e.CanExecute = true;
        }