UserDelegationDeactivatingHandler representante
Manipulador de eventos para o pré-evento de UserDelegation Deactivating .
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 UserDelegationDeactivatingHandler ( _
contextInfo As PSContextInfo, _
e As UserDelegationDeactivatePreEventArgs _
)
'Uso
Dim instance As New UserDelegationDeactivatingHandler(AddressOf HandlerMethod)
public delegate void UserDelegationDeactivatingHandler(
PSContextInfo contextInfo,
UserDelegationDeactivatePreEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo