Compartilhar via


NotificationsSentHandler representante

Manipulador de eventos para o pós-evento de Notifications Sent .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Sub NotificationsSentHandler ( _
    contextInfo As PSContextInfo, _
    e As NotificationsPostSendEventArgs _
)
'Uso
Dim instance As New NotificationsSentHandler(AddressOf HandlerMethod)
public delegate void NotificationsSentHandler(
    PSContextInfo contextInfo,
    NotificationsPostSendEventArgs e
)

Parâmetros

Comentários

Para obter um exemplo de como alterar o email usando o pré-evento deSendingNotifications, consulte como: personalizar o email para notificações do servidor de projeto.

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace