ReportingPostTimesheetSavedEventArgs Constructor
Creates an instance of the ReportingPostTimesheetSavedEventArgs 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 ( _
timesheetGuid As Guid _
)
'Usage
Dim timesheetGuid As Guid
Dim instance As New ReportingPostTimesheetSavedEventArgs(timesheetGuid)
public ReportingPostTimesheetSavedEventArgs(
Guid timesheetGuid
)
Parameters
- timesheetGuid
Type: System.Guid
The GUID of the saved timesheet.
See Also
Reference
ReportingPostTimesheetSavedEventArgs Class