Blacker.MangaScraper.Commands.RelayCommand.RelayCommand C# (CSharp) Method

RelayCommand() public method

public RelayCommand ( Action executeDelegate ) : System
executeDelegate Action
return System
        public RelayCommand(Action<object> executeDelegate)
            : this(executeDelegate, false)
        {
        }

Same methods

RelayCommand::RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
RelayCommand::RelayCommand ( Action executeDelegate, bool disabled ) : System