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
)

参数

备注

更改示例通过使用Notifications Sending事件的电子邮件,请参阅How to: Customize E-Mail for Project Server Notifications

另请参阅

引用

Microsoft.Office.Project.Server.Events 命名空间