Freigeben über


TimesheetEventReceiver.OnLineApprovingRemote-Methode

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

Syntax

'Declaration
Public Overridable Function OnLineApprovingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePreApproveEventArgs _
) As TimesheetLinePreApproveEventArgs
'Usage
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetLinePreApproveEventArgs
Dim returnValue As TimesheetLinePreApproveEventArgs

returnValue = instance.OnLineApprovingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual TimesheetLinePreApproveEventArgs OnLineApprovingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetLinePreApproveEventArgs e
)

Parameter

Rückgabewert

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

Implementiert

ITimesheetEventReceiverRemote.OnLineApprovingRemote(PSContextInfo, Guid, TimesheetLinePreApproveEventArgs)

Siehe auch

Referenz

TimesheetEventReceiver Klasse

TimesheetEventReceiver-Member

Microsoft.Office.Project.Server.Events-Namespace