ImportTimesheetDataSet.LinesRowChangeEvent Constructor

Initializes a new instance of the ImportTimesheetDataSet.LinesRowChangeEvent object.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Sub New ( _
    row As ImportTimesheetDataSet.LinesRow, _
    action As DataRowAction _
)
'Usage
Dim row As ImportTimesheetDataSet.LinesRow
Dim action As DataRowAction

Dim instance As New ImportTimesheetDataSet.LinesRowChangeEvent(row, action)
public LinesRowChangeEvent(
    ImportTimesheetDataSet.LinesRow row,
    DataRowAction action
)

Parameters

See Also

Reference

ImportTimesheetDataSet.LinesRowChangeEvent Class

ImportTimesheetDataSet.LinesRowChangeEvent Members

Statusing Web Service