NotificationsSentHandler - Délégué
Gestionnaire d'événements pour post-l'événement Notifications Sent .
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 NotificationsSentHandler ( _
contextInfo As PSContextInfo, _
e As NotificationsPostSendEventArgs _
)
'Utilisation
Dim instance As New NotificationsSentHandler(AddressOf HandlerMethod)
public delegate void NotificationsSentHandler(
PSContextInfo contextInfo,
NotificationsPostSendEventArgs 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.NotificationsPostSendEventArgsLes données pour l'événement.
Remarques
Pour obtenir un exemple de modification de courrier électronique à l'aide de l'événement avant deSendingNotifications, reportez-vous à la section Comment : personnaliser la messagerie pour les Notifications Project Server.