Canguro.Commands.ModelCommand.AllowCancel C# (CSharp) Méthode

AllowCancel() public méthode

Returns true if a command allows cancelling. Can be overrided to disable Cancel.
public AllowCancel ( ) : bool
Résultat bool
        public virtual bool AllowCancel()
        {
            return true;
        }
ModelCommand