Compartilhar via


SecurityGroupDeletedHandler representante

Manipulador de eventos para o pós-evento de Security GroupDeleted .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace