Share via


ReportingPostTimesheetStatusChangedEventArgs constructor (Guid, TimesheetEnum.Status, DateTime, Guid, String)

Creates an instance of the ReportingPostTimesheetStatusChangedEventArgs 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, _
    timesheetStatus As TimesheetEnum.Status, _
    modifiedDate As DateTime, _
    resourceGuid As Guid, _
    resourceName As String _
)
'Usage
Dim timesheetGuid As Guid
Dim timesheetStatus As TimesheetEnum.Status
Dim modifiedDate As DateTime
Dim resourceGuid As Guid
Dim resourceName As String

Dim instance As New ReportingPostTimesheetStatusChangedEventArgs(timesheetGuid, _
    timesheetStatus, modifiedDate, resourceGuid, _
    resourceName)
public ReportingPostTimesheetStatusChangedEventArgs(
    Guid timesheetGuid,
    TimesheetEnum.Status timesheetStatus,
    DateTime modifiedDate,
    Guid resourceGuid,
    string resourceName
)

Parameters

  • timesheetGuid
    Type: System.Guid

    The GUID of the timesheet whose status has been changed.

  • modifiedDate
    Type: System.DateTime

    The date of the change to a timesheet status.

  • resourceGuid
    Type: System.Guid

    The GUID of a resource that is associated with the timesheet whose status has been changed.

  • resourceName
    Type: System.String

    The name of a resource that is associated with the timesheet whose status has been changed.

See also

Reference

ReportingPostTimesheetStatusChangedEventArgs class

ReportingPostTimesheetStatusChangedEventArgs members

ReportingPostTimesheetStatusChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace