NotificationsSendingHandlerRemote delegate

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Delegate Function NotificationsSendingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPreSendEventArgs _
) As NotificationsPreSendEventArgs
'Usage
Dim instance As New NotificationsSendingHandlerRemote(AddressOf HandlerMethod)
public delegate NotificationsPreSendEventArgs NotificationsSendingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPreSendEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgs

See also

Reference

Microsoft.Office.Project.Server.Events namespace