StatusSubmitPostEventArgs Constructor

Creates an instance of the StatusSubmitPostEventArgs 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 ( _
    updateguids As Guid(), _
    comment As String _
)
'Usage
Dim updateguids As Guid()
Dim comment As String

Dim instance As New StatusSubmitPostEventArgs(updateguids, _
    comment)
public StatusSubmitPostEventArgs(
    Guid[] updateguids,
    string comment
)

Parameters

  • updateguids
    Type: []
    A collection of GUIDs that represent one or more modified saved assignments that are submitted to the project manager for approval.
  • comment
    Type: System.String
    The comment to send with a status submission.

See Also

Reference

StatusSubmitPostEventArgs Class

StatusSubmitPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace