TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler Delegate

Represents the method that handles events which occur when an action is performed on TimesheetAuditExportDataSet.AuditExportsRow data.

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 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

See Also

Reference

Admin Web Service