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