Compartir a través de


Delegado NotificationsSentHandler

Controlador de eventos para el evento posterior a la de Notifications Sent .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
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

Comentarios

Para obtener un ejemplo de cambio de correo electrónico mediante el evento previo deSending de Notifications, consulte Cómo: Personalizar correo electrónico para notificaciones de Project Server.

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events