TimesheetDataSet.LinesDataTable.LinesRowDeleted 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 LinesRowDeleted As TimesheetDataSet.LinesRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim handler As TimesheetDataSet.LinesRowChangeEventHandler
AddHandler instance.LinesRowDeleted, handler
public event TimesheetDataSet.LinesRowChangeEventHandler LinesRowDeleted
See Also
Reference
TimesheetDataSet.LinesDataTable Class