Access the list item information in ItemCheckedIn event handler that's passed from ItemUpdating EventHandler

I am currently trying to develop an event receiver that checks if an item being updated is already in the ItemCheckedIn event handler.

I have read that in the properties.AfterProperties object it shows the what is being updated on a List Item. What I have seen is that, the value I am setting in ItemUpdating or ItemUpdated eventhandler method will not be  visible or available in ItemCheckedIn event handler. So is there any way I can access this value? I need to pass the latest value of the item's column info. and be available in itemcheckedin method.I know, I can not use properties.AfterProperties["  "]  in itemcheckedin event since its not available.

Would like to know any other approaches I can implement for achieving this?  


  • Edited by SaMolPP 21 hours 9 minutes ago
May 31st, 2015 6:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics