AerialForWindows.DelegateCommand.CanExecute C# (CSharp) Метод

CanExecute() публичный Метод

public CanExecute ( object parameter ) : bool
parameter object
Результат bool
        public bool CanExecute(object parameter)
        {
            return true;
        }