Hi,
It depends on what you want to achieve. There are two types of event
handlers: the ING and the ED. The ING (e.g. Item Adding) are fired before
the final save and they are synchronous. The ED (e.g. Item updated) are
asynchronous and are fired after the save event.
Therefore, if you want to trigger an event after the document has been
updated, you'll have to use the Item Updated event handler.
Regards,
Alain Lord
MVP SharePoint Server
"ldiruggero" <ldiruggero@hotamailcom> a écrit dans le message de groupe de
discussion : uJJtWIY#JHA.5...@TK2MSFTNGP03.phx.gbl...
> Hi,
> I wold like to now when i upgrate a documet in a document library what
> event
> handlar moos use?
> Item adding???
> Item updating??
> grazie Luca