StatusReportsPostResponseCreateEventArgs Constructor
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