views:

19

answers:

1

the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is removed/deleted - does such a thing exist?

A: 

I'm afraid not, but there is nothing stopping you from recursively registering for all the folders events at application start.

Georg Fritzsche