次の方法で共有


ReportingPostTimesheetAdjustedEventArgs Constructor

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

Microsoft.Office.Project.Server.Events Namespace