With SharePoint 2010 SP1 the Site Recycle Bin feature was introduced.
When a site is deleted it appears in this recycle bin. From there the user can restore the site.
Now, my problem is that I need to get programmatically informed when a site is restored out of this recycle bin by a user. Actually, if have to modify some properties on this restored site.
Any hints?
Thanks!