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
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoInformações de contexto de notificações.
e
Tipo: Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgsArgumentos de eventos para o pré-evento de OnSending .
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.