TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowChanged Event
The post-event activity that occurs when row information in the AuditExportsDataTable has been changed.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Event AuditExportsRowChanged As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim handler As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
AddHandler instance.AuditExportsRowChanged, handler
public event TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler AuditExportsRowChanged
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable Class