Blacker.MangaScraper.Commands.RelayCommand.RelayCommand C# (CSharp) 메소드

RelayCommand() 공개 메소드

public RelayCommand ( Action executeDelegate ) : System
executeDelegate Action
리턴 System
        public RelayCommand(Action<object> executeDelegate)
            : this(executeDelegate, false)
        {
        }

Same methods

RelayCommand::RelayCommand ( Action executeDelegate, bool>.Func canExecuteDelegate ) : System
RelayCommand::RelayCommand ( Action executeDelegate, bool disabled ) : System