TimesheetDataSet.ActionsRowChangeEventHandler Delegate
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Delegate Sub ActionsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.ActionsRowChangeEvent _
)
'Usage
Dim instance As New ActionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ActionsRowChangeEventHandler(
Object sender,
TimesheetDataSet.ActionsRowChangeEvent e
)
Parameters
- sender
Type: System.Object