ReportingPostProjectCreatedEventArgs Constructor
Creates an instance of the ReportingPostProjectCreatedEventArgs class.
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 _
)
'Usage
Dim projectGuid As Guid
Dim instance As New ReportingPostProjectCreatedEventArgs(projectGuid)
public ReportingPostProjectCreatedEventArgs(
Guid projectGuid
)
Parameters
- projectGuid
Type: System.Guid
The GUID of the project that has been created.
See Also
Reference
ReportingPostProjectCreatedEventArgs Class