共用方式為


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 命名空間