Share via


ProjectDataSet.DependencyRowChangeEvent constructor

Initializes a new instance of the ProjectDataSet.DependencyRowChangeEvent object.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace