TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowDeleted Event

The post-event activity that occurs when 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 AuditExportsRowDeleted As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim handler As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler

AddHandler instance.AuditExportsRowDeleted, handler
public event TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler AuditExportsRowDeleted

See Also

Reference

TimesheetAuditExportDataSet.AuditExportsDataTable Class

TimesheetAuditExportDataSet.AuditExportsDataTable Members

Admin Web Service