I have a list which has 30 odd columns.
I have attached two event handler to the list. 1. ItemUpdating 2. ItemUpdated
In ItemUpdating event, I am checking one field value for a change.
In ItemUpdating event, I want to do the processing, if value changes. I cann't do comparision here because before properties does not provide old values in the list item.
The processing includes few jobs and sending e-mails after completion.
I am looking for a solution where I can set the bit when field value changes in ItemUpdating. Check this bit if set do the processing in ItemUpdated.