StatusReportsEventReceiver.OnResponseUpdating método
This member is reserved for internal use and is not intended to be used directly from your code.
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 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.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StatusReportsPreResponseUpdateEventArgsOs dados para o evento.
Ver também
Referência
StatusReportsEventReceiver classe