TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowDeleting event
The pre-event activity that occurs before sending a notification that a row in the AuditExportsDataTable has been deleted.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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