TimesheetPreUpdateEventArgs constructor (Guid, Guid, )
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.GuidThe GUID for the timesheet that is to be updated.
resUID
Type: System.GuidThe GUID of the creator of a timesheet.
dsDelta
Type: TimesheetDataSetA dataset that contains changes to timesheet settings.
See also
Reference
TimesheetPreUpdateEventArgs class
TimesheetPreUpdateEventArgs members