Assuming Stack Overflow domain problem and the following definition of events:
UserRegistered(UserId, Name, Email) UserNameChanged(UserId, Name) QuestionAsked(Us
Just enrich the event with all the necessary information.
Greg's approach, as I recall, - enrich the event while creating and store/publish it this way.