PlannerSolutionDataSet.SolutionsRowChangeEvent constructor
Initializes a new instance of the PlannerSolutionDataSet.SolutionsRowChangeEvent object.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As PlannerSolutionDataSet.SolutionsRow, _
action As DataRowAction _
)
'Usage
Dim row As PlannerSolutionDataSet.SolutionsRow
Dim action As DataRowAction
Dim instance As New PlannerSolutionDataSet.SolutionsRowChangeEvent(row, action)
public SolutionsRowChangeEvent(
PlannerSolutionDataSet.SolutionsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
PlannerSolutionDataSet.SolutionsRowChangeEvent class