Share via


TimesheetCreatingHandler - Délégué

Gestionnaire d'événements pour l'événement préalables Timesheet Creating .

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 Sub TimesheetCreatingHandler ( _
    contextInfo As PSContextInfo, _
    e As TimesheetPreCreateEventArgs _
)
'Utilisation
Dim instance As New TimesheetCreatingHandler(AddressOf HandlerMethod)
public delegate void TimesheetCreatingHandler(
    PSContextInfo contextInfo,
    TimesheetPreCreateEventArgs e
)

Paramètres

Voir aussi

Référence

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