No, the only availble are these:
Microsoft.SharePoint.SPWebEventReceiver : "Site Level"
SiteDeleted
Occurs after a site collection has been deleted.
SiteDeleting
Occurs when a site collection is being deleted.
WebDeleted
Asynchronous Afterevent that occurs after an existing Web site is completely deleted.
WebDeleting
Synchronous before event that occurs before an existing Web site is completely deleted.
WebMoved
Asynchronous after event that occurs after an existing Web site has been moved.
WebMoving
Synchronous before event that occurs before an existing Web site has been renamed or moved to a different parent object.
· Microsoft.SharePoint.SPListEventReceiver : "List Level"
FieldAdded
Occurs after a field link is added.
FieldAdding
Occurs when a field link is being added to a content type.
FieldDeleted
Occurs after a field has been removed from the list.
FieldDeleting
Occurs when a field is in the process of being removed from the list.
FieldUpdated
Occurs after a field link has been updated
FieldUpdating
Occurs when a field link is being updated
· Microsoft.SharePoint.SPItemEventReceiver : "List Item Level"
ItemAdded
Asynchronous After event that occurs after a new item has been added to its containing object.
ItemAdding
Synchronous before event that occurs when a new item is added to its containing object.
ItemAttachmentAdded
Asynchronous after event that occurs after a user adds an attachment to an item.
ItemAttachmentAdding
Synchronous before event that occurs when a user adds an attachment to an item.
ItemAttachmentDeleted
Asynchronous after event that occurs when after a user removes an attachment from an item.
ItemAttachmentDeleting
Synchronous before event that occurs when a user removes an attachment from an item.
ItemCheckedIn
Asynchronous after event that occurs after an item is checked in.
ItemCheckedOut