TimesheetDataSet.ActualsDataTable.ActualsRowChanging Event
The pre-event that occurs before the row is changed.
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 ActualsRowChanging As TimesheetDataSet.ActualsRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.ActualsDataTable
Dim handler As TimesheetDataSet.ActualsRowChangeEventHandler
AddHandler instance.ActualsRowChanging, handler
public event TimesheetDataSet.ActualsRowChangeEventHandler ActualsRowChanging
See Also
Reference
TimesheetDataSet.ActualsDataTable Class