Compartilhar via


UserDelegationCreatedHandler representante

Manipulador de eventos para o pós-evento de UserDelegation Created .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace