Compartir a través de


Delegado SecurityCategoryCreatingHandler

Controlador de eventos para el evento previo Security CategoryCreating .

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 SecurityCategoryCreatingHandler ( _
    contextInfo As PSContextInfo, _
    e As CategoryCreatePreEventArgs _
)
'Uso
Dim instance As New SecurityCategoryCreatingHandler(AddressOf HandlerMethod)
public delegate void SecurityCategoryCreatingHandler(
    PSContextInfo contextInfo,
    CategoryCreatePreEventArgs e
)

Parámetros

Vea también

Referencia

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