Catrobat.IDE.Core.ViewModels.Editor.Actions.NewBroadcastMessageViewModel.SaveCommand_CanExecute C# (CSharp) Méthode

SaveCommand_CanExecute() private méthode

private SaveCommand_CanExecute ( ) : bool
Résultat bool
        private bool SaveCommand_CanExecute()
        {
            return BroadcastMessage != null && BroadcastMessage.Content != null && BroadcastMessage.Content.Length >= 2;
        }