StatusingStatusSubmitingHandler - Délégué
Gestionnaire d'événements pour l'événement préliminaire StatusSubmitting de la méthode SubmitStatus et la méthode SubmitStatusForResource du service Statusing .
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 Delegate Sub StatusingStatusSubmitingHandler ( _
contextInfo As PSContextInfo, _
e As StatusSubmitPreEventArgs _
)
'Utilisation
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
PSContextInfo contextInfo,
StatusSubmitPreEventArgs 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.StatusSubmitPreEventArgsLes données pour l'événement.
Remarques
Le nom du Gestionnaire d'événements, StatusingStatusSubmitingHandler, est mal orthographié. Il doit être StatusingStatusSubmittingHandler, mais ne sera pas modifié dans le modèle objet en raison de l'utilisation préalable.