Share via


TimesheetDataSet.ActionsRowChangeEvent Constructor

Initializes a new instance of the TimesheetDataSet.ActionsRowChangeEvent object.

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 Sub New ( _
    row As TimesheetDataSet.ActionsRow, _
    action As DataRowAction _
)
'Usage
Dim row As TimesheetDataSet.ActionsRow
Dim action As DataRowAction

Dim instance As New TimesheetDataSet.ActionsRowChangeEvent(row, action)
public ActionsRowChangeEvent(
    TimesheetDataSet.ActionsRow row,
    DataRowAction action
)

Parameters

See Also

Reference

TimesheetDataSet.ActionsRowChangeEvent Class

TimesheetDataSet.ActionsRowChangeEvent Members

TimeSheet Web Service