Compartilhar via


TimesheetPreCreateEventArgs construtor (, TimesheetEnum.PreloadType)

Cria uma instância da classe TimesheetPreCreateEventArgs ; usado internamente.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub New ( _
    dsDelta As TimesheetDataSet, _
    preloadType As TimesheetEnum.PreloadType _
)
'Uso
Dim dsDelta As TimesheetDataSet
Dim preloadType As TimesheetEnum.PreloadType

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

Parâmetros

  • dsDelta
    Tipo: TimesheetDataSet

    Um dataset que contém as configurações para uma nova folha de ponto.

Ver também

Referência

TimesheetPreCreateEventArgs classe

TimesheetPreCreateEventArgs membros

TimesheetPreCreateEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace