TimesheetDataSet.LinesRowChangeEventHandler delegate
Describes event handler settings for when data associated with a TimesheetDataSet.LinesRow is edited and an event should be triggered.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub LinesRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.LinesRowChangeEvent _
)
'Usage
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
Object sender,
TimesheetDataSet.LinesRowChangeEvent e
)
Parameters
- sender
Type: System.Object