Share via


StatusReportsResponseCreatingHandlerRemote - Délégué

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Delegate Function StatusReportsResponseCreatingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusReportsPreResponseCreateEventArgs _
) As StatusReportsPreResponseCreateEventArgs
'Utilisation
Dim instance As New StatusReportsResponseCreatingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusReportsPreResponseCreateEventArgs StatusReportsResponseCreatingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusReportsPreResponseCreateEventArgs e
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms