ReportingEventReceiver.OnTimesheetProjectAggregatedRemote 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 Overridable Sub OnTimesheetProjectAggregatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetProjectAggregatedEventArgs _
)
'Usage
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetProjectAggregatedEventArgs

instance.OnTimesheetProjectAggregatedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnTimesheetProjectAggregatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetProjectAggregatedEventArgs e
)

Parameters

Implements

IReportingEventReceiverRemote.OnTimesheetProjectAggregatedRemote(PSContextInfo, Guid, ReportingPostTimesheetProjectAggregatedEventArgs)

See also

Reference

ReportingEventReceiver class

ReportingEventReceiver members

Microsoft.Office.Project.Server.Events namespace