Share via


TimesheetPreCreateEventArgs Constructor

Creates an instance of the TimesheetPreCreateEventArgs 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 ( _
    dsDelta As TimesheetDataSet, _
    preloadType As TimesheetEnum.PreloadType _
)
'Usage
Dim dsDelta As TimesheetDataSet
Dim preloadType As TimesheetEnum.PreloadType

Dim instance As New TimesheetPreCreateEventArgs(dsDelta, _
    preloadType)
public TimesheetPreCreateEventArgs(
    TimesheetDataSet dsDelta,
    TimesheetEnum.PreloadType preloadType
)

Parameters

  • dsDelta
    Type: TimesheetDataSet
    A dataset that contains settings for a new timesheet.

See Also

Reference

TimesheetPreCreateEventArgs Class

TimesheetPreCreateEventArgs Members

Microsoft.Office.Project.Server.Events Namespace