Share via


StatusSubmitPreEventArgs Constructor

Creates an instance of the StatusSubmitPreEventArgs 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 StatusSubmitPreEventArgs(updateguids, _
    comment)
public StatusSubmitPreEventArgs(
    Guid[] updateguids,
    string comment
)

Parameters

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

See Also

Reference

StatusSubmitPreEventArgs Class

StatusSubmitPreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace