What field of listitem was changed

I was trying to create ItemUpdated eventhandler. I wanna trace what field of listitem was changed.

How to do it I was trying to use properties.Afterproperties and properties.Beforeproperties but both of them return nothing. Am I do something wrong and this method is right or I must use another method



Answer this question

What field of listitem was changed

  • SeeMe

    I know about problem with ItemUpdating.

    I use ItemUpdated but his AfterProperties return nothing and no error in event log


  • chaza

    I'm still geting nothing in my ItemUpdated Afterproperties.

    But I have another idea.

    I can save a value of item[field] when calling ItemUpdating eventhandler and if it other then value of item[field] from ItemUpdated eventhandler that's mean that item[field] was changed.

    I'm a newbee programmer. Is that method good


  • JDWCLG

    Are you using the ItemUpdated event or the ItemUpdating event In the -ing event, the properties doesnt contain any info about the item.

    // Richard


  • What field of listitem was changed