Compartir a través de


Delegado SecurityProjectCategoryCreatedHandler

Controlador de eventos para el evento posterior a la de Security ProjectCategoryCreated .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Delegate Sub SecurityProjectCategoryCreatedHandler ( _
    contextInfo As PSContextInfo, _
    e As ProjectCategoryCreatePostEventArgs _
)
'Uso
Dim instance As New SecurityProjectCategoryCreatedHandler(AddressOf HandlerMethod)
public delegate void SecurityProjectCategoryCreatedHandler(
    PSContextInfo contextInfo,
    ProjectCategoryCreatePostEventArgs e
)

Parámetros

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events