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

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace