Compartir a través de


del método TimesheetEventReceiver.OnLineApprovedRemote

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 Overridable Sub OnLineApprovedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePostApproveEventArgs _
)
'Uso
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetLinePostApproveEventArgs

instance.OnLineApprovedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnLineApprovedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetLinePostApproveEventArgs e
)

Parámetros

Implementaciones

ITimesheetEventReceiverRemote.OnLineApprovedRemote(PSContextInfo, Guid, TimesheetLinePostApproveEventArgs)

Vea también

Referencia

clase TimesheetEventReceiver

Miembros TimesheetEventReceiver

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