Compartir a través de


Delegado UserDelegationChangingHandler

Controlador de eventos para el evento previo UserDelegation Changing .

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

Parámetros

Vea también

Referencia

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