NotificationsSendingHandler - Délégué
Gestionnaire d'événements pour l'événement préalables Notifications Sending .
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 NotificationsSendingHandler ( _
contextInfo As PSContextInfo, _
e As NotificationsPreSendEventArgs _
)
'Utilisation
Dim instance As New NotificationsSendingHandler(AddressOf HandlerMethod)
public delegate void NotificationsSendingHandler(
PSContextInfo contextInfo,
NotificationsPreSendEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoInformations de contexte de notifications.
e
Type : Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgsArguments de l'événement avant OnSending .
Remarques
Pour obtenir un exemple qui modifie des messages à l'aide de l'événement Notifications Sending , voir How to: Customize E-Mail for Project Server Notifications.