次の方法で共有


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