TimesheetDataSet.AuditsRowChangeEventHandler Delegate
Describes event handler settings for when data associated with a TimesheetDataSet.AuditsRow is edited and an event should be triggered.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Delegate Sub AuditsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.AuditsRowChangeEvent _
)
'Usage
Dim instance As New AuditsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AuditsRowChangeEventHandler(
Object sender,
TimesheetDataSet.AuditsRowChangeEvent e
)
Parameters
- sender
Type: System.Object