Freigeben über


TimesheetEventReceiver.OnLineApprovedRemote-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 Sub OnLineApprovedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePostApproveEventArgs _
)
'Usage
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
)

Parameter

Implementiert

ITimesheetEventReceiverRemote.OnLineApprovedRemote(PSContextInfo, Guid, TimesheetLinePostApproveEventArgs)

Siehe auch

Referenz

TimesheetEventReceiver Klasse

TimesheetEventReceiver-Member

Microsoft.Office.Project.Server.Events-Namespace