Compartilhar via


NotificationsSendingHandler representante

Manipulador de eventos para o pré-evento de Notifications Sending .

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 NotificationsSendingHandler ( _
    contextInfo As PSContextInfo, _
    e As NotificationsPreSendEventArgs _
)
'Uso
Dim instance As New NotificationsSendingHandler(AddressOf HandlerMethod)
public delegate void NotificationsSendingHandler(
    PSContextInfo contextInfo,
    NotificationsPreSendEventArgs e
)

Parâmetros

Comentários

Para obter um exemplo que muda de email utilizando o evento Notifications Sending , consulte How to: Customize E-Mail for Project Server Notifications.

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace