TimesheetListDataSet.TimesheetsRowChangeEventHandler Delegate

Describes event handler settings for when data associated with a TimesheetListDataSet.TimesheetsRow 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 TimesheetsRowChangeEventHandler ( _
    sender As Object, _
    e As TimesheetListDataSet.TimesheetsRowChangeEvent _
)
'Usage
Dim instance As New TimesheetsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void TimesheetsRowChangeEventHandler(
    Object sender,
    TimesheetListDataSet.TimesheetsRowChangeEvent e
)

Parameters

See Also

Reference

TimeSheet Web Service