Condividi tramite


ResourcePlanDataSet.DatesRowChangeEvent constructor

Initializes a new instance of the ResourcePlanDataSet.DatesRowChangeEvent object.

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

Syntax

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

Dim instance As New ResourcePlanDataSet.DatesRowChangeEvent(row, action)
public DatesRowChangeEvent(
    ResourcePlanDataSet.DatesRow row,
    DataRowAction action
)

Parameters

Remarks

The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.

See also

Reference

ResourcePlanDataSet.DatesRowChangeEvent class

ResourcePlanDataSet.DatesRowChangeEvent members

WebSvcResourcePlan namespace