ResourcePlanResourcePlanPublishingHandler Delegate
Event handler for the ResourcePlan ResourcePlanPublishing pre-event.
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 Sub ResourcePlanResourcePlanPublishingHandler ( _
contextInfo As PSContextInfo, _
e As ResourcePlanPublishingEventArgs _
)
'Usage
Dim instance As New ResourcePlanResourcePlanPublishingHandler(AddressOf HandlerMethod)
public delegate void ResourcePlanResourcePlanPublishingHandler(
PSContextInfo contextInfo,
ResourcePlanPublishingEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo