Chirp.Radio.DelegateCommand.DelegateCommand C# (CSharp) 메소드

DelegateCommand() 공개 메소드

public DelegateCommand ( Action executeAction ) : System
executeAction Action
리턴 System
        public DelegateCommand(Action<object> executeAction)
            : this(executeAction, null)
        {
        }

Same methods

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