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
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.NotificationsPostSendEventArgsOs dados para o evento.
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.