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: TimesheetDataSetA dataset that contains settings for a new timesheet.
preloadType
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.PreloadTypeAn enumerator that indicates the type of timesheet to create.
See also
Reference
TimesheetPreCreateEventArgs class
TimesheetPreCreateEventArgs members