Freigeben über


ResourcePlanResourcePlanPublishingHandlerRemote-Delegat

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
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace