EventReceiverUtility Members
Include Protected Members
Include Inherited Members
Contains common helper code for writing event receivers.
The EventReceiverUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsVersionConflictException | Indicates that a specified exception is a version conflict exception. | |
RunAndHandleVersionConflicts(SPListEventProperties, EventReceiverUtility.ListEventReceiverCodeToRun) | Runs code and manages version conflicts. | |
RunAndHandleVersionConflicts(SPWebEventProperties, EventReceiverUtility.WebEventReceiverCodeToRun) | Runs code and manages version conflicts. | |
RunAndHandleVersionConflicts(String, SPItemEventProperties, EventReceiverUtility.ItemEventReceiverCodeToRun) | Runs code and manages version conflicts. | |
RunItemEventReceiver | Runs code using the SPListItem object from the SPItemEventProperties object. |
Top