New to LLBLGen here. I've searched but couldn't find the answer to this one.
I'm trying to override the events in DataAccessAdapterBase. I need to differentiate between UPDATE/DELETE/INSERT events. I see OnSaveEntityComplete and OnDeleteEntityComplete but no OnUpdateEntityComplete.
There's an OnUpdateEntitiesDirectlyComplete event but it doesn't provide the entity being updated.
Thanks.