del método StatusReportsEventReceiver.OnResponseUpdating
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
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 OnResponseUpdating ( _
contextInfo As PSContextInfo, _
e As StatusReportsPreResponseUpdateEventArgs _
)
'Uso
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreResponseUpdateEventArgs
instance.OnResponseUpdating(contextInfo, _
e)
public virtual void OnResponseUpdating(
PSContextInfo contextInfo,
StatusReportsPreResponseUpdateEventArgs 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.StatusReportsPreResponseUpdateEventArgsLos datos para el evento.
Vea también
Referencia
clase StatusReportsEventReceiver