SPWorkflowEventReceiver members

This is the base class for Workflow Event Receivers. This class is never instantiated.

The SPWorkflowEventReceiver type exposes the following members.

Constructors

  Name Description
Public method SPWorkflowEventReceiver This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WorkflowCompleted A stub handler method for the SPEventReceiverType.WorkflowCompleted event. To handle this event, override this method in a derived class.
Public method WorkflowPostponed A stub handler method for the SPEventReceiverType.WorkflowPostponed event. To handle this event, override this method in a derived class.
Public method WorkflowStarted A stub handler method for the SPEventReceiverType.WorkflowStarted event. To handle this event, override this method in a derived class.
Public method WorkflowStarting A stub handler method for the SPEventReceiverType.WorkflowStarting event. To handle this event, override this method in a derived class.

Top

See also

Reference

SPWorkflowEventReceiver class

Microsoft.SharePoint.Workflow namespace