Constructor Command
Command()
Initializes a new instance of the Command class.
public Command()
Command(ExecuteDelegate)
Initializes a new instance of the Command class with the
specified executeDelegate
.
public Command(Command.ExecuteDelegate executeDelegate)
Parameters
executeDelegate
Command.ExecuteDelegate
Command(ExecuteDelegate, CanExecuteDelegate)
Initializes a new instance of the Command class with the
specified executeDelegate
and canExecuteDelegate
.
public Command(Command.ExecuteDelegate executeDelegate, Command.CanExecuteDelegate canExecuteDelegate)
Parameters
executeDelegate
Command.ExecuteDelegatecanExecuteDelegate
Command.CanExecuteDelegate