ReportingPostEnterpriseProjectTypeChangedEventArgs Constructor
Creates an instance of the ReportingPostEnterpriseProjectTypeChangedEventArgs 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 ( _
enterpriseProjectTypeGuid As Guid _
)
'Usage
Dim enterpriseProjectTypeGuid As Guid
Dim instance As New ReportingPostEnterpriseProjectTypeChangedEventArgs(enterpriseProjectTypeGuid)
public ReportingPostEnterpriseProjectTypeChangedEventArgs(
Guid enterpriseProjectTypeGuid
)
Parameters
- enterpriseProjectTypeGuid
Type: System.Guid
The GUID of the changed enterprise project type.
See Also
Reference
ReportingPostEnterpriseProjectTypeChangedEventArgs Class