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