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
)
參數
contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo通知內容資訊。
e
類型:Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgsOnSending前置事件的事件引數。
備註
如需變更的範例電子郵件使用Notifications Sending事件,請參閱How to: Customize E-Mail for Project Server Notifications。