Поделиться через


Делегат NotificationsSendingHandler

Обработчик событий для события до операции Notifications Sending .

Пространство имен:  Microsoft.Office.Project.Server.Events
Сборка:  Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)

Синтаксис

'Декларация
Public Delegate Sub NotificationsSendingHandler ( _
    contextInfo As PSContextInfo, _
    e As NotificationsPreSendEventArgs _
)
'Применение
Dim instance As New NotificationsSendingHandler(AddressOf HandlerMethod)
public delegate void NotificationsSendingHandler(
    PSContextInfo contextInfo,
    NotificationsPreSendEventArgs e
)

Параметры

Замечания

For an example that changes e-mail by using the Notifications Sending event, see How to: Customize E-Mail for Project Server Notifications.

См. также

Справочные материалы

Пространство имен Microsoft.Office.Project.Server.Events