If somebody like the post and its helpful in your work then, add comments.

Monday, April 27, 2009

Events in SharePoint

Windows SharePoint Services 3.0 introduces extended support for working with list events. The new event-handling support provides developers an even richer platform for developing custom integration points and building new types of applications on top of Windows SharePoint Services.

List Events
1FieldAddedOccurs after a field link is added.
2FieldAddingOccurs when a fieldlink is being added to a content type.
3FieldDeletedOccurs after a field has been removed from the list.
4FieldDeletingOccurs when a field is in process of being removed from the list.
5FieldUpdatedOccurs after a field link has been updated
6FieldUpdatingOccurs when a field link is being updated
List Item Events
1ContextEvent
2ItemAddedAsynchronous after event that occurs after a new item has been added to its containing object.
3ItemAddingSynchronous before event that occurs when a new item is added to its containing object.
4ItemAttachmentAddedAsynchronous after event that occurs after a user adds an attachment to an item.
5ItemAttachmentAddingSynchronous before event that occurs when a user adds an attachment to an item.
6ItemAttachmentDeletedAsynchronous after event that occurs when after a user removes an attachment from an item.
7ItemAttachmentDeletingSynchronous before event that occurs when a user removes an attachment from an item.
8ItemCheckedInAsynchronous after event that occurs after an item is checked in
10ItemCheckedOutAsynchronous after event that occurs after an item is checked out.
11ItemCheckingInSynchronous before event that occurs after an item is checked in
12ItemCheckingOutSynchronous before event that occurs after an item is checked out.
13ItemDeletedSynchronous before event that occurs before an existing item is completely deleted.
14ItemDeletingSynchronous before event that occurs before an existing item is completely deleted.
15ItemFileConverted
16ItemFileMovedOccurs after a file is moved.
17ItemFileMovingOccurs when a file is being moved.
18ItemUncheckedOutSynchronous before event that occurs as an item is being unchecked out.
19ItemUncheckingOutSynchronous before event that occurs as an item is being unchecked out.
20 ItemUpdatedAsynchronous after event that occurs after an existing item is changed, for example, when the user changes data in one or more fields.
21ItemUpdatingSynchronous before event that occurs when an existing item is changed, for example, when the user changes data in one or more fields.

1 comment:

  1. http://www.davehunter.co.uk/Blog/Lists/Posts/Post.aspx?List=f0e16a1a%2D6fa9%2D4130%2Dbcab%2Dbaeb97ccc4ff&ID=69

    ReplyDelete