Share via


TimesheetPreCreateEventArgs constructor (, TimesheetEnum.PreloadType)

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

TimesheetPreCreateEventArgs overload

Microsoft.Office.Project.Server.Events namespace