del método UserDelegationEventReceiver.OnChanging
Un controlador de evento previo para el método UpdateDelegations(UserDelegationDataSet) .
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 Overridable Sub OnChanging ( _
contextInfo As PSContextInfo, _
e As UserDelegationUpdatePreEventArgs _
)
'Uso
Dim instance As UserDelegationEventReceiver
Dim contextInfo As PSContextInfo
Dim e As UserDelegationUpdatePreEventArgs
instance.OnChanging(contextInfo, e)
public virtual void OnChanging(
PSContextInfo contextInfo,
UserDelegationUpdatePreEventArgs e
)
Parámetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.UserDelegationUpdatePreEventArgsLos datos para el evento.
Comentarios
Importante
El receptor de eventos de OnChanging no es compatible con el modo de permiso de SharePoint, que se usa en Project Online y un valor predeterminado instalación de Project Server 2013 local. Para obtener más información, vea Modo de permiso de SharePoint en el artículo Novedades para profesionales de TI en Project Server 2013 en TechNet.
Vea también
Referencia
clase UserDelegationEventReceiver