Compartir a través de


del método NotificationsEventReceiver.OnSendingRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Overridable Function OnSendingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPreSendEventArgs _
) As NotificationsPreSendEventArgs
'Uso
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
)

Parámetros

Valor devuelto

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

Implementaciones

INotificationsEventReceiverRemote.OnSendingRemote(PSContextInfo, Guid, NotificationsPreSendEventArgs)

Vea también

Referencia

clase NotificationsEventReceiver

Miembros NotificationsEventReceiver

Espacio de nombres Microsoft.Office.Project.Server.Events