TimesheetAuditExportDataSet.AuditExportsDataTable.AuditExportsRowChanging event
The pre-event activity that occurs before sending a notification that row information in the AuditExportsDataTable has changed.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event AuditExportsRowChanging As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim handler As TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler
AddHandler instance.AuditExportsRowChanging, handler
public event TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler AuditExportsRowChanging
See also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable class