TimesheetDataSet.CustomFieldsDataTable.CustomFieldsRowDeleted Event
The post-event that occurs after 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 CustomFieldsRowDeleted As TimesheetDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim handler As TimesheetDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowDeleted, handler
public event TimesheetDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowDeleted
See Also
Reference
TimesheetDataSet.CustomFieldsDataTable Class