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