ProjectTimesheetLinesDataSet.CustomFieldsDataTable.CustomFieldsRowDeleting Event
The pre-event that occurs before the row is deleted.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Event CustomFieldsRowDeleting As ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim handler As ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowDeleting, handler
public event ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowDeleting
See Also
Reference
ProjectTimesheetLinesDataSet.CustomFieldsDataTable Class