ChatterBox.Client.Presentation.Shared.MVVM.DelegateCommand.DelegateCommand C# (CSharp) Method

DelegateCommand() public method

public DelegateCommand ( System.Action execute ) : System
execute System.Action
return System
        public DelegateCommand(Action execute)
            : this(execute, null)
        {
        }

Same methods

DelegateCommand::DelegateCommand ( System.Action execute, Func canExecute ) : System