TimesheetAuditExportDataSet.AuditExportsRowChangeEventHandler Delegate

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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