TimesheetDeletingHandler Delegate

Event handler for the Timesheet Deleting pre-event.

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

Syntax

'Declaration
Public Delegate Sub TimesheetDeletingHandler ( _
    contextInfo As PSContextInfo, _
    e As TimesheetPreDeleteEventArgs _
)
'Usage
Dim instance As New TimesheetDeletingHandler(AddressOf HandlerMethod)
public delegate void TimesheetDeletingHandler(
    PSContextInfo contextInfo,
    TimesheetPreDeleteEventArgs e
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace