System.Waf.Applications.DelegateCommand.DelegateCommand C# (CSharp) Метод

DelegateCommand() публичный Метод

Initializes a new instance of the DelegateCommand class.
The execute argument must not be null.
public DelegateCommand ( Action execute ) : System.Windows.Input
execute Action Delegate to execute when Execute is called on the command.
Результат System.Windows.Input
        public DelegateCommand(Action execute) : this(execute, null) { }

Same methods

DelegateCommand::DelegateCommand ( Action execute, Func canExecute ) : System.Windows.Input
DelegateCommand::DelegateCommand ( Action execute ) : System.Windows.Input
DelegateCommand::DelegateCommand ( Action execute, bool>.Func canExecute ) : System.Windows.Input