TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler delegate
Represents the method that handles events which occur when an action is performed on TimesheetAuditExportDataSet.AuditExportsRow data.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub AuditExportsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetAuditExportDataSet.AuditExportsRowChangeEvent _
)
'Usage
Dim instance As New AuditExportsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AuditExportsRowChangeEventHandler(
Object sender,
TimesheetAuditExportDataSet.AuditExportsRowChangeEvent e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRowChangeEventThe data for the event.