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

See also

Reference

WebSvcAdmin namespace