Share via


StatusReportsPostResponseCreateEventArgs constructor (Guid)

Creates an instance of the StatusReportsPostResponseCreateEventArgs 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 ( _
    responseGUID As Guid _
)
'Usage
Dim responseGUID As Guid

Dim instance As New StatusReportsPostResponseCreateEventArgs(responseGUID)
public StatusReportsPostResponseCreateEventArgs(
    Guid responseGUID
)

Parameters

  • responseGUID
    Type: System.Guid

    The GUID of a response to the request to create a status report.

See also

Reference

StatusReportsPostResponseCreateEventArgs class

StatusReportsPostResponseCreateEventArgs members

StatusReportsPostResponseCreateEventArgs overload

Microsoft.Office.Project.Server.Events namespace