ReportingPostProjectWorkflowInformationChangedEventArgs Constructor
Creates an instance of the ReportingPostProjectWorkflowInformationChangedEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
projectGuid As Guid, _
crtStageUid As Guid, _
newEptUid As Guid _
)
'Usage
Dim projectGuid As Guid
Dim crtStageUid As Guid
Dim newEptUid As Guid
Dim instance As New ReportingPostProjectWorkflowInformationChangedEventArgs(projectGuid, _
crtStageUid, newEptUid)
public ReportingPostProjectWorkflowInformationChangedEventArgs(
Guid projectGuid,
Guid crtStageUid,
Guid newEptUid
)
Parameters
- projectGuid
Type: System.Guid
The GUID of the project.
- crtStageUid
Type: System.Guid
The GUID of the current stage of the project workflow.
- newEptUid
Type: System.Guid
The GUID of the new enterprise project type.
See Also
Reference
ReportingPostProjectWorkflowInformationChangedEventArgs Class
ReportingPostProjectWorkflowInformationChangedEventArgs Members