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.
- preloadType
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.PreloadType
An enumerator that indicates the type of timesheet to create.
See Also
Reference
TimesheetPreCreateEventArgs Class