Share via


ReportingEventReceiverServiceProxyClient.OnTimesheetStatusChangedRemote 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 Sub OnTimesheetStatusChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetStatusChangedEventArgs _
)
'Usage
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetStatusChangedEventArgs

instance.OnTimesheetStatusChangedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnTimesheetStatusChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetStatusChangedEventArgs e
)

Parameters

Implements

IReportingEventReceiverRemote.OnTimesheetStatusChangedRemote(PSContextInfo, Guid, ReportingPostTimesheetStatusChangedEventArgs)

See also

Reference

ReportingEventReceiverServiceProxyClient class

ReportingEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace