NotificationsSentHandler デリゲート
Notifications Sent後のイベントのイベント ハンドラー。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Delegate Sub NotificationsSentHandler ( _
contextInfo As PSContextInfo, _
e As NotificationsPostSendEventArgs _
)
'使用
Dim instance As New NotificationsSentHandler(AddressOf HandlerMethod)
public delegate void NotificationsSentHandler(
PSContextInfo contextInfo,
NotificationsPostSendEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
注釈
NotificationsSendingの前のイベントを使用して電子メールを変更の例は、次を参照してください。方法: のプロジェクト サーバーの通知電子メールのカスタマイズ。