AcManager.Pages.Dialogs.UpgradeIconEditor_Editor.Command_ToggleItalic_CanExecute C# (CSharp) Method

Command_ToggleItalic_CanExecute() private method

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