CCT.NUI.TestDataCollector.Commands.RelayCommand.RelayCommand C# (CSharp) Method

RelayCommand() public method

public RelayCommand ( System.Action execute ) : System
execute System.Action
return System
        public RelayCommand(Action execute)
            : this((o) => execute(), (o) => true)
        { }

Same methods

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