ProjectEventReceiver.OnUpdated-Methode
Ein POST-Event-Handler für die QueueUpdateProject -Methode.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overridable Sub OnUpdated ( _
contextInfo As PSContextInfo, _
e As ProjectPostUpdatedEventArgs _
)
'Usage
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ProjectPostUpdatedEventArgs
instance.OnUpdated(contextInfo, e)
public virtual void OnUpdated(
PSContextInfo contextInfo,
ProjectPostUpdatedEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.ProjectPostUpdatedEventArgsDie Daten für das Ereignis.
Hinweise
Informationen zum Erstellen von Ereignishandlern finden Sie unter How to: Create a Project Server Event Handler and Log an Event.
Informationen zu zusätzlichen Bericht Data Service (RDS)-Ereignissen für das Ändern von Project-Daten in die Berichtsdatenbank finden Sie unter Ereignisse für RDB.