Share via


ProjectDataSet.TaskRowChangeEvent constructor

Initializes a new instance of the ProjectDataSet.TaskRowChangeEvent object.

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

Syntax

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

Dim instance As New ProjectDataSet.TaskRowChangeEvent(row, action)
public TaskRowChangeEvent(
    ProjectDataSet.TaskRow row,
    DataRowAction action
)

Parameters

See also

Reference

ProjectDataSet.TaskRowChangeEvent class

ProjectDataSet.TaskRowChangeEvent members

WebSvcStatusing namespace