Share via


ReportingPostTimesheetAdjustedEventArgs constructor (Guid, Guid)

Creates an instance of the ReportingPostTimesheetAdjustedEventArgs class.

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, _
    adjustmentGuid As Guid _
)
'Usage
Dim timesheetGuid As Guid
Dim adjustmentGuid As Guid

Dim instance As New ReportingPostTimesheetAdjustedEventArgs(timesheetGuid, _
    adjustmentGuid)
public ReportingPostTimesheetAdjustedEventArgs(
    Guid timesheetGuid,
    Guid adjustmentGuid
)

Parameters

  • timesheetGuid
    Type: System.Guid

    The GUID of the adjusted timesheet.

  • adjustmentGuid
    Type: System.Guid

    The GUID of the timesheet adjustment.

See also

Reference

ReportingPostTimesheetAdjustedEventArgs class

ReportingPostTimesheetAdjustedEventArgs members

ReportingPostTimesheetAdjustedEventArgs overload

Microsoft.Office.Project.Server.Events namespace