StatusingEventReceiver.OnStatusUpdating - Méthode
Un gestionnaire d'événements préalables à la méthode UpdateStatus .
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 OnStatusUpdating ( _
contextInfo As PSContextInfo, _
e As StatusUpdatePreEventArgs _
)
'Utilisation
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusUpdatePreEventArgs
instance.OnStatusUpdating(contextInfo, _
e)
public virtual void OnStatusUpdating(
PSContextInfo contextInfo,
StatusUpdatePreEventArgs 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.StatusUpdatePreEventArgsLes données pour l'événement.
Remarques
Pour plus d'informations sur la création d'un gestionnaire d'événements, voir How to: Create a Project Server Event Handler and Log an Event.
Voir aussi
Référence
StatusingEventReceiver - Membres
Microsoft.Office.Project.Server.Events - Espace de noms