Share via


TimesheetPreRecallEventArgs Constructor

Creates an instance of the TimesheetPreRecallEventArgs 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 _
)
'Usage
Dim tsUID As Guid
Dim resUID As Guid

Dim instance As New TimesheetPreRecallEventArgs(tsUID, resUID)
public TimesheetPreRecallEventArgs(
    Guid tsUID,
    Guid resUID
)

Parameters

  • tsUID
    Type: System.Guid
    The GUID of the timesheet that is to be recalled.
  • resUID
    Type: System.Guid
    The GUID of the creator of the timesheet that is to be recalled.

See Also

Reference

TimesheetPreRecallEventArgs Class

TimesheetPreRecallEventArgs Members

Microsoft.Office.Project.Server.Events Namespace