How can I get the current Editor of an list Item in SharePoint 2010 during ItemUpdating?
Problem is properties.AfterProperties["Editor"].ToString() throws and Exception cause it's null. This properties.ListItem["Editor"].ToString() is useless cause I get the Editor which made changes the last time.
Any guess how I can achieve this during the Updating?

