StatusReportsPreResponseCreateEventArgs Constructor
Creates an instance of the StatusReportsPreResponseCreateEventArgs object.
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 ( _
srds As StatusReportsDataSet _
)
'Usage
Dim srds As StatusReportsDataSet
Dim instance As New StatusReportsPreResponseCreateEventArgs(srds)
public StatusReportsPreResponseCreateEventArgs(
StatusReportsDataSet srds
)
Parameters
- srds
Type: StatusReportsDataSet
Contains data from the status report that raised the event.
See Also
Reference
StatusReportsPreResponseCreateEventArgs Class