Compartilhar via


UserDelegationChangingHandler representante

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

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace