I'm writing an EventLogger that I want to record when a task is created. When I get an event that it's created, I don't get the task so I run a task query but it's not there. I have seen on task listeners that you use the task delegate but there doesn't seem to be one on the event logger interface. How can I get the task info on a newly created task?