Canguro.Commands.ModelCommand.AllowCancel C# (CSharp) Метод

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

Returns true if a command allows cancelling. Can be overrided to disable Cancel.
public AllowCancel ( ) : bool
Результат bool
        public virtual bool AllowCancel()
        {
            return true;
        }
ModelCommand