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