Share via


NotificationsEventReceiver.OnSendingRemote method

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

Syntax

'Declaration
Public Overridable Function OnSendingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPreSendEventArgs _
) As NotificationsPreSendEventArgs
'Usage
Dim instance As NotificationsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As NotificationsPreSendEventArgs
Dim returnValue As NotificationsPreSendEventArgs

returnValue = instance.OnSendingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual NotificationsPreSendEventArgs OnSendingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPreSendEventArgs e
)

Parameters

Return value

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

Implements

INotificationsEventReceiverRemote.OnSendingRemote(PSContextInfo, Guid, NotificationsPreSendEventArgs)

See also

Reference

NotificationsEventReceiver class

NotificationsEventReceiver members

Microsoft.Office.Project.Server.Events namespace