Compartir a través de


Delegado UserDelegationCreatedHandler

Controlador de eventos para el evento posterior a la de UserDelegation Created .

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 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

Vea también

Referencia

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