Share via


NotificationsEventReceiver.OnSentRemote 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 Sub OnSentRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPostSendEventArgs _
)
'Usage
Dim instance As NotificationsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As NotificationsPostSendEventArgs

instance.OnSentRemote(contextInfo, eventHandlerUid, _
    e)
public virtual void OnSentRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPostSendEventArgs e
)

Parameters

Implements

INotificationsEventReceiverRemote.OnSentRemote(PSContextInfo, Guid, NotificationsPostSendEventArgs)

See also

Reference

NotificationsEventReceiver class

NotificationsEventReceiver members

Microsoft.Office.Project.Server.Events namespace