Delegado UserDelegationDeactivatingHandler
Controlador de eventos para el evento previo UserDelegation Deactivating .
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 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