Is it possible to prevent Sharepoint framework to call ItemUpdated event method, after ItemAdded? I want ItemUpdated to be called only when the item is edited. I don't want to let sharepoint call ItemUpdated after ItemAdded.
and/or
Is it possible to pass a parameter from ItamAdded to ItemUpdated event method?
