ProjectEventReceiver.OnUpdatingScheduledProject - Méthode
Un gestionnaire d'événements préalables à la méthode QueueUpdateScheduledProject(Guid, Guid, Guid, ProjectUpdatesDataSet, Boolean) .
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnUpdatingScheduledProject ( _
contextInfo As PSContextInfo, _
e As UpdatingScheduledProjectEventArgs _
)
'Utilisation
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim e As UpdatingScheduledProjectEventArgs
instance.OnUpdatingScheduledProject(contextInfo, _
e)
public virtual void OnUpdatingScheduledProject(
PSContextInfo contextInfo,
UpdatingScheduledProjectEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.UpdatingScheduledProjectEventArgsLes données pour l'événement.