Specifies the status of trapping an event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPEventReceiverStatus
Dim instance As SPEventReceiverStatus
public enum SPEventReceiverStatus
Members
| Member name | Description | |
|---|---|---|
| Continue | The event is allowed to continue. | |
| CancelNoError | The event is cancelled but no error message is displayed. | |
| CancelWithError | The event is cancelled and an error message is displayed. |