Tagged Questions
1
vote
0answers
139 views
Is the OnAdded field event fired when a content type is added to a list
Say I have a custom field type called MyCoolField that I have deployed in a solution. This solution also contains a an SPEventReceivers that has overridden ItemAdded, ItemUpdated, and ItemDeleting. ...