Share via


TimesheetRecallingHandlerRemote - 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 TimesheetRecallingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreRecallEventArgs _
) As TimesheetPreRecallEventArgs
'Utilisation
Dim instance As New TimesheetRecallingHandlerRemote(AddressOf HandlerMethod)
public delegate TimesheetPreRecallEventArgs TimesheetRecallingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreRecallEventArgs e
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

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