CCT.NUI.TestDataCollector.Commands.RelayCommand.RelayCommand C# (CSharp) Méthode

RelayCommand() public méthode

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

Same methods

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