Hi all
I have a question about the synchrounous event receivers in Sharepoint 2007.
As example, lets look at the event ItemUpdating: Is it safe to assume that the update operation will succeed if I don't cancel it manually? I know the event could be cancelled by another event receiver. But assume that there is no other event receiver and that SP will act normally (no full DB or any other exceptional issues..)
I am asking because I want to perform some actions that makes only sense if the event was successful. However because the asynchrounous "event properties" lack a lot of information, I have to use the synchrounous events instead.
Thanks for feedback