Share via


TimesheetManagersDataSet.TimesheetManagersDataTable.TimesheetManagersRowDeleting event

The pre-event activity that occurs before sending a notification that a row in the TimesheetManagersDataTable has been deleted.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Event TimesheetManagersRowDeleting As TimesheetManagersDataSet.TimesheetManagersRowChangeEventHandler
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim handler As TimesheetManagersDataSet.TimesheetManagersRowChangeEventHandler

AddHandler instance.TimesheetManagersRowDeleting, handler
public event TimesheetManagersDataSet.TimesheetManagersRowChangeEventHandler TimesheetManagersRowDeleting

See also

Reference

TimesheetManagersDataSet.TimesheetManagersDataTable class

TimesheetManagersDataSet.TimesheetManagersDataTable members

WebSvcAdmin namespace