Compartir a través de


Delegado TimesheetLineApprovingHandlerRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Delegate Function TimesheetLineApprovingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePreApproveEventArgs _
) As TimesheetLinePreApproveEventArgs
'Uso
Dim instance As New TimesheetLineApprovingHandlerRemote(AddressOf HandlerMethod)
public delegate TimesheetLinePreApproveEventArgs TimesheetLineApprovingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetLinePreApproveEventArgs e
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Project.Server.Events.TimesheetLinePreApproveEventArgs

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events