ImportTimesheetDataSet.LinesRowChangeEventHandler Delegate
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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