Compartilhar via


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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace