ReportingPostWorkflowPhaseChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnWorkflowPhaseUpdated event handler method and the OnWorkflowPhaseDeleted event handler method.
The ReportingPostWorkflowPhaseChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostWorkflowPhaseChangedEventArgs | Creates an instance of the ReportingPostWorkflowPhaseChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
PhaseGuid | Gets the GUID of the workflow phase that has been changed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a text string that contains the GUID of the workflow phase that has been changed. (Overrides Object.ToString().) |
Top