WorkflowEventReceiver 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. | |
OnCompletedRemote | ||
OnProjectTypeChanged | A post-event handler for the UpdateEnterpriseProjectType(WorkflowDataSet) method. | |
OnProjectTypeChangedRemote | ||
OnProjectTypeChanging | A pre-event handler for the UpdateEnterpriseProjectType(WorkflowDataSet) method. | |
OnProjectTypeChangingRemote | ||
OnRunning | A pre-event handler for an event that occurs when a workflow is running. | |
OnRunningRemote | ||
OnStageEntered | A pre-event handler for an event that occurs when a workflow stage is entered. | |
OnStageEnteredRemote | ||
OnStarted | A post-event handler for an event that occurs when a workflow has started. | |
OnStartedRemote | ||
ToString | (Inherited from Object.) |
Top