TimesheetPreSubmitEventArgs constructor (Guid, String, Guid)
Creates an instance of the TimesheetPreSubmitEventArgs 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, _
comment As String, _
approverUID As Guid _
)
'Usage
Dim tsUID As Guid
Dim comment As String
Dim approverUID As Guid
Dim instance As New TimesheetPreSubmitEventArgs(tsUID, comment, _
approverUID)
public TimesheetPreSubmitEventArgs(
Guid tsUID,
string comment,
Guid approverUID
)
Parameters
tsUID
Type: System.GuidThe GUID of the timesheet that is to be submitted.
comment
Type: System.StringThe comment to send with an event that precedes a timesheet submission.
approverUID
Type: System.GuidThe GUID of the user who approves a timesheet submission.
See also
Reference
TimesheetPreSubmitEventArgs class
TimesheetPreSubmitEventArgs members