Constructor LogDelegateCommand
LogDelegateCommand(Action, Func<bool>)
Initializes a new instance of the LogDelegateCommand class with the specified execute method and can execute method.
public LogDelegateCommand(Action executeMethod, Func<bool> canExecuteMethod)
Parameters
LogDelegateCommand(Action)
Initializes a new instance of the LogDelegateCommand class with the specified execute method.
public LogDelegateCommand(Action executeMethod)
Parameters
executeMethod
ActionThe execute method.