In the documentation, it looks as though Event and OriginalEvent would return the same thing if there was either an event or a link event. In most of the samples/question, I typically see OriginalEvent used when accessing the recorded event. Can anybody disambiguate these?
Thanks!
Eric
RecordedEvent Event
The event, or the resolved link event if thisResolvedEvent
is a link event
RecordedEvent OriginalEvent
Returns the event that was read or which triggered the subscription. If this ResolvedEvent
represents a link event, the link will be the OriginalEvent
, otherwise it will be the event