Hi i'm implementing an eventreceiver, my question is simple : how to get the name and/or the display name of the column of the current item that is being changed ?
Thank you.
Hi i'm implementing an eventreceiver, my question is simple : how to get the name and/or the display name of the column of the current item that is being changed ?
Thank you.
you can get it two ways
Hope this helps. Let me know if you need more help or not this you are looking for.
You will have to programmatically determine which column has changed. I don't believe there is any property that will give you a list of the fields that have changed.
In your ItemUpdating
override, compare the keys/values in BeforeProperties
and AfterProperties
. (this post has a great overview of what to expect)