Share via


TimesheetEventReceiverServiceProxyClient.OnReviewingRemote method

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

Syntax

'Declaration
Public Function OnReviewingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreReviewEventArgs _
) As TimesheetPreReviewEventArgs
'Usage
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreReviewEventArgs
Dim returnValue As TimesheetPreReviewEventArgs

returnValue = instance.OnReviewingRemote(contextInfo, _
    eventHandlerUid, e)
public TimesheetPreReviewEventArgs OnReviewingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreReviewEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.TimesheetPreReviewEventArgs

Implements

ITimesheetEventReceiverRemote.OnReviewingRemote(PSContextInfo, Guid, TimesheetPreReviewEventArgs)

See also

Reference

TimesheetEventReceiverServiceProxyClient class

TimesheetEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace