ISPWorkflowEventReceiver members
Defines the methods that an event receiver must implement to handle workflow events.
The ISPWorkflowEventReceiver type exposes the following members.
Methods
Name | Description | |
---|---|---|
WorkflowCompleted | Handles the WorkflowStarting event. | |
WorkflowPostponed | Handles the WorkflowPostponed event. | |
WorkflowStarted | Handles the WorkflowStarted event. | |
WorkflowStarting | Handles the WorkflowStarting event. |
Top