Compartilhar via


NotificationsSendingHandlerRemote representante

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

Sintaxe

'Declaração
Public Delegate Function NotificationsSendingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As NotificationsPreSendEventArgs _
) As NotificationsPreSendEventArgs
'Uso
Dim instance As New NotificationsSendingHandlerRemote(AddressOf HandlerMethod)
public delegate NotificationsPreSendEventArgs NotificationsSendingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    NotificationsPreSendEventArgs e
)

Parâmetros

Valor retornado

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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace