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