TimesheetPreSubmitEventArgs Constructor
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.Guid
The GUID of the timesheet that is to be submitted.
- comment
Type: System.String
The comment to send with an event that precedes a timesheet submission.
- approverUID
Type: System.Guid
The GUID of the user who approves a timesheet submission.
See Also
Reference
TimesheetPreSubmitEventArgs Class