CalDavSynchronizer.Ui.DelegateCommand.DelegateCommand C# (CSharp) Метод

DelegateCommand() публичный Метод

public DelegateCommand ( Action execute ) : System
execute Action
Результат System
    public DelegateCommand (Action<object> execute)
        : this (execute, null)
    {
    }

Same methods

DelegateCommand::DelegateCommand ( Action execute, Predicate canExecute ) : System