Thursday, 2 July 2009

SPEventReceiver Events

Remember that the ItemUpdating , ItemAdding events are the Synchronous ones which mean you can actually cancel them in your code and flag this up to the user, these events should be used as appose to the ItemUpdated , ItemAdded events which fire asynchrously.

 

No comments:

Post a Comment