Compartilhar via


UserDelegationDeletingHandler representante

Manipulador de eventos para o pré-evento de UserDelegation Deleting .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace