ProjectDataSet.AssignmentRowChangeEvent Constructor

Initializes a new instance of the ProjectDataSet.AssignmentRowChangeEvent 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 ProjectDataSet.AssignmentRow, _
    action As DataRowAction _
)
'Usage
Dim row As ProjectDataSet.AssignmentRow
Dim action As DataRowAction

Dim instance As New ProjectDataSet.AssignmentRowChangeEvent(row, action)
public AssignmentRowChangeEvent(
    ProjectDataSet.AssignmentRow row,
    DataRowAction action
)

Parameters

See Also

Reference

ProjectDataSet.AssignmentRowChangeEvent Class

ProjectDataSet.AssignmentRowChangeEvent Members

Statusing Web Service