Share via


TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowDeleted event

The post-event activity that occurs when a row in the AuditExportsDataTable has been deleted.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcAdmin namespace