ResourcePlanResourcePlanPublishedHandler representante
Manipulador de eventos para o pós-evento de ResourcePlan ResourcePlanPublished .
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Delegate Sub ResourcePlanResourcePlanPublishedHandler ( _
contextInfo As PSContextInfo, _
e As ResourcePlanPublishedEventArgs _
)
'Uso
Dim instance As New ResourcePlanResourcePlanPublishedHandler(AddressOf HandlerMethod)
public delegate void ResourcePlanResourcePlanPublishedHandler(
PSContextInfo contextInfo,
ResourcePlanPublishedEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo