AdminReportingPeriodUpdatingHandlerRemote delegate

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

Syntax

'Declaration
Public Delegate Function AdminReportingPeriodUpdatingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'Usage
Dim instance As New AdminReportingPeriodUpdatingHandlerRemote(AddressOf HandlerMethod)
public delegate ReportingPeriodPreUpdateEventArgs AdminReportingPeriodUpdatingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPeriodPreUpdateEventArgs e
)

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace