Share via


TimesheetPreUpdateEventArgs Constructor

Creates an instance of the TimesheetPreUpdateEventArgs 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 ( _
    tsUID As Guid, _
    resUID As Guid, _
    dsDelta As TimesheetDataSet _
)
'Usage
Dim tsUID As Guid
Dim resUID As Guid
Dim dsDelta As TimesheetDataSet

Dim instance As New TimesheetPreUpdateEventArgs(tsUID, resUID, _
    dsDelta)
public TimesheetPreUpdateEventArgs(
    Guid tsUID,
    Guid resUID,
    TimesheetDataSet dsDelta
)

Parameters

  • tsUID
    Type: System.Guid
    The GUID for the timesheet that is to be updated.
  • resUID
    Type: System.Guid
    The GUID of the creator of a timesheet.
  • dsDelta
    Type: TimesheetDataSet
    A dataset that contains changes to timesheet settings.

See Also

Reference

TimesheetPreUpdateEventArgs Class

TimesheetPreUpdateEventArgs Members

Microsoft.Office.Project.Server.Events Namespace