ProjectPostSummaryPublishEventArgs constructor (String, Guid, Guid)
Creates an instance of the ProjectPostSummaryPublishEventArgs 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 ( _
projectName As String, _
projectGuid As Guid, _
jobGuid As Guid _
)
'Usage
Dim projectName As String
Dim projectGuid As Guid
Dim jobGuid As Guid
Dim instance As New ProjectPostSummaryPublishEventArgs(projectName, _
projectGuid, jobGuid)
public ProjectPostSummaryPublishEventArgs(
string projectName,
Guid projectGuid,
Guid jobGuid
)
Parameters
projectName
Type: System.StringThe name of the project.
projectGuid
Type: System.GuidThe GUID for the project.
jobGuid
Type: System.GuidThe GUID for the publishing job.
See also
Reference
ProjectPostSummaryPublishEventArgs class
ProjectPostSummaryPublishEventArgs members