SecurityProjectCategoryUpdatedHandler representante
Manipulador de eventos para o pós-evento de Security ProjectCategoryUpdated .
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 SecurityProjectCategoryUpdatedHandler ( _
contextInfo As PSContextInfo, _
e As ProjectCategorySetPostEventArgs _
)
'Uso
Dim instance As New SecurityProjectCategoryUpdatedHandler(AddressOf HandlerMethod)
public delegate void SecurityProjectCategoryUpdatedHandler(
PSContextInfo contextInfo,
ProjectCategorySetPostEventArgs e
)
Parâmetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.ProjectCategorySetPostEventArgsOs dados para o evento.