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

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace