Compartir a través de


Delegado SecurityCategoryUpdatingHandler

Controlador de eventos para el evento antes de Security CategoryUpdating .

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

Parámetros

Vea también

Referencia

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