ReportingPostWorkflowStageChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnWorkflowStageUpdated event handler method and the OnWorkflowStageDeleted(PSContextInfo, ReportingPostWorkflowStageChangedEventArgs) event handler method.
The ReportingPostWorkflowStageChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostWorkflowStageChangedEventArgs | Creates an instance of the ReportingPostWorkflowStageChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
StageGuid | Gets the GUID of the workflow stage 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 stage. (Overrides Object.ToString().) |
Top