Table of Contents

Constructor LogDelegateCommand

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

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

executeMethod Action

The execute method.

canExecuteMethod Func<bool>

The can execute method.

LogDelegateCommand(Action)

Initializes a new instance of the LogDelegateCommand class with the specified execute method.

public LogDelegateCommand(Action executeMethod)

Parameters

executeMethod Action

The execute method.