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