StatusReportsRequestUpdatingHandlerRemote 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 StatusReportsRequestUpdatingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusReportsPreRequestUpdateEventArgs _
) As StatusReportsPreRequestUpdateEventArgs
'Usage
Dim instance As New StatusReportsRequestUpdatingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusReportsPreRequestUpdateEventArgs StatusReportsRequestUpdatingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusReportsPreRequestUpdateEventArgs e
)

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace