CK.WPF.ViewModel.VMCommand.VMCommand C# (CSharp) Method

VMCommand() public method

public VMCommand ( System.Action del ) : System
del System.Action
return System
        public VMCommand( Action del )
        {
            _del = del;
        }

Same methods

VMCommand::VMCommand ( System.Action execute, Predicate canExecute ) : System