Share via


ProjectContextDataSet.RelationshipsRowChangeEvent constructor

Initializes a new instance of the ProjectContextDataSet.RelationshipsRowChangeEvent object.

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

Syntax

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

Dim instance As New ProjectContextDataSet.RelationshipsRowChangeEvent(row, action)
public RelationshipsRowChangeEvent(
    ProjectContextDataSet.RelationshipsRow row,
    DataRowAction action
)

Parameters

See also

Reference

ProjectContextDataSet.RelationshipsRowChangeEvent class

ProjectContextDataSet.RelationshipsRowChangeEvent members

WebSvcProject namespace