Share via


TimesheetPostEventArgs constructor (Guid)

Creates an instance of the TimesheetPostEventArgs class.

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 _
)
'Usage
Dim tsUID As Guid

Dim instance As New TimesheetPostEventArgs(tsUID)
public TimesheetPostEventArgs(
    Guid tsUID
)

Parameters

  • tsUID
    Type: System.Guid

    The GUID of the approved timesheet.

See also

Reference

TimesheetPostEventArgs class

TimesheetPostEventArgs members

TimesheetPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace