TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowDeleting Event
The pre-event activity that occurs before sending a notification that a row in the AuditExportsDataTable has been deleted.
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 AuditExportsRowDeleting As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim handler As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
AddHandler instance.AuditExportsRowDeleting, handler
public event TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler AuditExportsRowDeleting
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable Class