In SharePoint 2010, there are many new event handlers that can be leveraged to interject our custom code that will take effect when end users perform various actions. There are around 12 new event handlers available.

List Events

Existing Ones

New Additions

List Item Events

Existing Ones

New Additions

List Workflow Events

This is very new in 2010; these events are not available in SharePoint 2007:

List Email Events

This is very new in 2010; these events are not available in SharePoint 2007:

Feature Events

There are no additions

Web Events

Existing Ones

New Additions

Now we are no longer depending on "feature stapling" to execute code on a site after it is provisioned. We can now just attach this web event when the site is provisioned.