Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes event handler settings for when data associated with a TimesheetDataSet.HeadersRow 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 HeadersRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.HeadersRowChangeEvent _
)
'Usage
Dim instance As New HeadersRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void HeadersRowChangeEventHandler(
Object sender,
TimesheetDataSet.HeadersRowChangeEvent e
)
Parameters
- sender
Type: System.Object