Microsoft.HockeyApp.Common.RelayCommand.RelayCommand C# (CSharp) 메소드

RelayCommand() 공개 메소드

Creates a new command that can always execute.
public RelayCommand ( System.Action execute ) : System
execute System.Action The execution logic.
리턴 System
        public RelayCommand(Action execute)
            : this(execute, null)
        {
        }

Same methods

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