Table of Contents

Class LogDelegateCommand

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

Represents a delegate command that logs the method execution.

public class LogDelegateCommand : DelegateCommand, ICommand, IActiveAware
Inheritance
LogDelegateCommand
Implements
IActiveAware

Constructors

LogDelegateCommand(Action)

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

LogDelegateCommand(Action, Func<bool>)

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