Share via


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

  • projectGuid
    Type: System.Guid

    The GUID for the project.

  • jobGuid
    Type: System.Guid

    The GUID for a publishing job.

See also

Reference

ProjectPreSummaryPublishEventArgs class

ProjectPreSummaryPublishEventArgs members

ProjectPreSummaryPublishEventArgs overload

Microsoft.Office.Project.Server.Events namespace