Compartir a través de


Delegado NotificationsSendingHandlerRemote

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 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 devuelto

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

Vea también

Referencia

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