You should be able to use something like this in your event handler
SPListItem item = properties.ListItem; |
SPFolder folder = item.File.ParentFolder; |
String folderName = folder.Name; |
I hope that helps. Keep in mind though that you will only get the updated list item in the ItemUpdated event, in ItemUpdating whatever the changes that the user has made won't be in the SPListItem yet.
Brian Farnhill
Microsoft Certified Professional
http://pointstoshare.spaces.live.com