ProjectDataSet.AssignmentRowChangeEvent Constructor

Initializes a new instance of the ProjectDataSet.AssignmentRowChangeEvent object.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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

Project Web Service