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
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.ResourcePlanPublishingEventArgs