MemExchange.Client.UI.Resources.RelayCommand.RelayCommand C# (CSharp) Method

RelayCommand() public method

public RelayCommand ( System.Action execute ) : System
execute System.Action
return System
        public RelayCommand(Action execute)
            : this(execute, null)
        {
        }

Same methods

RelayCommand::RelayCommand ( System.Action execute, Predicate canExecute ) : System