SecurityProjectCategoryCreatingHandler representante
Manipulador de eventos para o pré-evento de Security ProjectCategoryCreating .
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 SecurityProjectCategoryCreatingHandler ( _
contextInfo As PSContextInfo, _
e As ProjectCategoryCreatePreEventArgs _
)
'Uso
Dim instance As New SecurityProjectCategoryCreatingHandler(AddressOf HandlerMethod)
public delegate void SecurityProjectCategoryCreatingHandler(
PSContextInfo contextInfo,
ProjectCategoryCreatePreEventArgs 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.ProjectCategoryCreatePreEventArgsOs dados para o evento.