ProjectTypeChangedPostEventArgs members
Represents methods and properties in the post-event arguments for the OnProjectTypeChanged event handler method.
The ProjectTypeChangedPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectTypeChangedPostEventArgs | Creates an instance of the ProjectTypeChangedPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CurrentEnterpriseProjectTypeUid | Gets the GUID of the current enterprise project type. | |
CurrentWorkflowInstanceUid | Gets the GUID of the current workflow instance. | |
PreviousEnterpriseProjectTypeUid | Gets the GUID of the previous enterprise project type. | |
ProjectUid | Gets the GUID of the project. |
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 | (Inherited from Object.) |
Top