Share via


ProjectDataSet.DependencyRowChangeEvent Constructor

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

Dim instance As New ProjectDataSet.DependencyRowChangeEvent(row, action)
public DependencyRowChangeEvent(
    ProjectDataSet.DependencyRow row,
    DataRowAction action
)

Parameters

See Also

Reference

ProjectDataSet.DependencyRowChangeEvent Class

ProjectDataSet.DependencyRowChangeEvent Members

Statusing Web Service