Quote Originally Posted by Daniil View Post
An EventStore's Add method doesn't add an event into its Events collection. Moreover, the Events collection is not maintained during DirectEvents. It is only used to bind initial events.
Hi Daniil and Baidaly, this is working, thank you for your help, my error is

cpAgenda.EventStore.Events.Add(emPrueba);
But with

cpAgenda.EventStore.Add(emPrueba);
It is working.