ProjectPreSummaryPublishEventArgs constructor (String, Guid, Guid)
Creates an instance of the ProjectPreSummaryPublishEventArgs 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 ProjectPreSummaryPublishEventArgs(projectName, _
projectGuid, jobGuid)
public ProjectPreSummaryPublishEventArgs(
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 a publishing job.
See also
Reference
ProjectPreSummaryPublishEventArgs class
ProjectPreSummaryPublishEventArgs members