If it helps, you can see the full code for that example on github
https://github.com/elbandit/PPPDDD/b...ion/Auction.cs.
To answer your question, yes I would definitely store events in the event store that the business needs to be aware of. So if there is an UpdateAuction command, then you would store an event indicating what happened - e.g. AuctionUpdated - in the event store.