Share via


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

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.

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms