Hello,
I am currently trying to develop an event receiver that checks if an item being updated is already in draft format or is being approved.
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 a check for if an object is checked in uses:
properties.AfterProperties["vti_sourcecontrolcheckedoutby"]
What I would like to know is what is the string key to check if the changes to the List Item are that it is being Updated with new information or if the Item's pending changes are being approved.
Regards
~Donald Dunlop