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を参照してください。