WorkflowEventReceiver Members
Include Protected Members
Include Inherited Members
Includes events for methods in the Workflow class.
The WorkflowEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowEventReceiver | Creates an instance of the WorkflowEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCompleted | A post-event handler for an event that occurs when a workflow completes. | |
OnProjectTypeChanged | A post-event handler for the UpdateEnterpriseProjectType(WorkflowDataSet) method. | |
OnProjectTypeChanging | A pre-event handler for the UpdateEnterpriseProjectType(WorkflowDataSet) method. | |
OnRunning | A pre-event handler for an event that occurs when a workflow is running. | |
OnStageEntered | A pre-event handler for an event that occurs when a workflow stage is entered. | |
OnStarted | A post-event handler for an event that occurs when a workflow has started. | |
ToString | (Inherited from Object.) |
Top