AGENT.PackageViewer.Command.DelegateCommand.DelegateCommand C# (CSharp) 메소드

DelegateCommand() 공개 메소드

public DelegateCommand ( System.Action executeAction ) : System
executeAction System.Action
리턴 System
        public DelegateCommand(Action executeAction)
            : this(executeAction, null)
        {
        }

Same methods

DelegateCommand::DelegateCommand ( System.Action executeAction, Func canExecute ) : System
DelegateCommand::DelegateCommand ( Action executeAction ) : System
DelegateCommand::DelegateCommand ( Action executeAction, bool>.Func canExecute ) : System